Gamemode.EntityKeyValue
From GMod Wiki
Revision as of 21:10, 15 September 2009 by UnrealomegaBot (Talk | contribs)
Event Hook | |
Hook Name | EntityKeyValue |
Syntax | GM:EntityKeyValue( Entity ent, String key, String value ) |
Description | Called when an entity has a keyvalue set. Returning a string it will override the value |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.EntityKeyValue]Gamemode.EntityKeyValue [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- N/A