SWEP.KeyValue
From GMod Wiki
Revision as of 02:10, 23 October 2009 by Crazy Quebecer (Talk | contribs)
| Event Hook | |
| Hook Name | KeyValue |
| Syntax | SWEP:KeyValue( String Key, String Value ) |
| Description | Called when the entity key values are setup (either through calls to Entity.SetKeyValue, or when the map is loaded. |
| Returns | Nil |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=SWEP.KeyValue]SWEP.KeyValue [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
| Description | N/A | ||
|---|---|---|---|
| Used on | |||
| Code |
| ||
| Output | N/A |
Additional Notes
- This is called before any Initialize function is called.