G.rawset
From GMod Wiki
Function | |
Syntax |
rawset( Table one, Var key, Var value ) Where is this used? |
Description: | |
Sets one[ key ] to value without invoking __newindex metamethods | |
Returns: | Table |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.rawset]G.rawset [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Set the pitch for an angle |
---|---|
Used on | |
Code | rawset( Angle( 90, 0, 0 ), "p", 45 ) |
Output | N/A |