ENT.KeyValue
From GMod Wiki
| 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.
 
			
			