G.AccessorFuncNW
From GMod Wiki
Revision as of 18:03, 28 July 2010 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
AccessorFuncNW( Table Source Table, String Variable Name, String "Set/Get" Function Name, Var Default Value, Integer Force Type ) Where is this used? |
Description: | |
Quickly make Get/Set accessor fuctions on the specified table. This uses Get- and SetNetworkedVar, and is intended for use with entities or weapons (ENT or SWEP). | |
Returns: | nil |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.AccessorFuncNW]G.AccessorFuncNW [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
See Also
- AccessorFunc for non-networked variables.