go to sleep!

-----Original Message-----
From: Leon Hartwig [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 1:17 PM
To: [EMAIL PROTECTED]
Subject: RE: [hlcoders] iuser4 variable ??


This is a multi-part message in MIME format.
--
Depends where you put it in delta.lst and if you've supported it
accordingly in the source.

The last two numbers are the number of bits the variable gets sent with
(2 bits = only 4 unique values possible), and a pre-multiplier for being
able to send floats, angles, etc. with decimal precision (for integers,
shorts, bytes, etc, you should always just use 1.0).

See the NetworkEntity.doc file in the SDK for complete details.  Er,
details anyway.  Probably not complete. :)


> -----Original Message-----
> From: Cortex [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 20, 2002 1:00 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [hlcoders] iuser4 variable ??
>
>
> I put this in delta.lst :
>
> DEFINE_DELTA( iuser4, DT_INTEGER, 2, 1.0 )
>
> Is that correct ? I don't know what is the two last numbers (
> 2, 1.0 ).
> Could you explain me what it is ?

--
[ winmail.dat of type application/ms-tnef deleted ]
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to