ENT.KeyValue
From GMod Wiki
Revision as of 23:20, 1 October 2009 by Unrealomega (Talk | contribs)
Event Hook | |
Hook Name | KeyValue |
Syntax | ENT:KeyValue( String key, String value ) |
Description | Called when the entity key values are setup (either through calls to ent:SetKeyValue, or when the map is loaded). |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=ENT.KeyValue]ENT.KeyValue [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- This is called before ENT.Initialize is called.