umsg.Long
From GMod Wiki
Function | |
Syntax |
umsg.Long( Integer value ) Where is this used? |
Description: | |
Includes an integer in the usermessage. | |
Returns: | nil |
Part of Library: | umsg |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Umsg.Long]Umsg.Long [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Send a long. |
---|---|
Used on | |
Code | umsg.Long( 123456 ) |
Output | N/A |
Additional Notes
- The size of a long is 4 bytes
- The range is -2.147.483.648 to 2.147.483.647
- If value is nil, 0 will be sent in place of value.