umsg.Entity
From GMod Wiki
Function | |
Syntax |
umsg.Entity( Entity value ) Where is this used? |
Description: | |
Includes an entity in the usermessage. | |
Returns: | nil |
Part of Library: | umsg |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Umsg.Entity]Umsg.Entity [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Send an entity. |
---|---|
Used on | |
Code | umsg.Entity( ent_object ) |
Output | N/A |
Additional Notes
- If value is nil, NullEntity() will be sent in place of value.