umsg.VectorNormal
From GMod Wiki
Function | |
Syntax |
umsg.VectorNormal( Vector value ) Where is this used? |
Description: | |
Includes a vector's normal in the usermessage. | |
Returns: | nil |
Part of Library: | umsg |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Umsg.VectorNormal]Umsg.VectorNormal [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Send a vector. |
---|---|
Used on | |
Code | umsg.VectorNormal( Vector(64, 32, 128) ) |
Output | N/A |
Additional Notes
- The size of a vector is 12 bytes (3 floats)