umsg.Short
From GMod Wiki
Revision as of 23:53, 21 October 2009 by Crazy Quebecer (Talk | contribs)
| Function | |
| Syntax |
umsg.Short( 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.Short]Umsg.Short [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Send a short. |
|---|---|
| Used on | |
| Code | umsg.Short( 7654 ) |
| Output | N/A |
Additional Notes
- The size of a short is 2 bytes
- The range is -32,768 to 32,767
- If value is nil, 0 will be sent in place of value.