umsg.Float
From GMod Wiki
Revision as of 23:52, 21 October 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
umsg.Float( Number value ) Where is this used? |
Description: | |
Includes a number in the usermessage. | |
Returns: | nil |
Part of Library: | umsg |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Umsg.Float]Umsg.Float [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Send a float. |
---|---|
Used on | |
Code | umsg.Float( 123.45 ) |
Output | N/A |
Additional Notes
- A floating point number is 4 bytes long.
- If value is nil, 0 will be sent in place of value.