G.GetGlobalAngle
From GMod Wiki
Revision as of 20:42, 11 November 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
GetGlobalAngle( Var index [, Angle default] ) Where is this used? |
Description: | |
Gets a global angle, set it with SetGlobalAngle. | |
Returns: | Angle |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.GetGlobalAngle]G.GetGlobalAngle [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Reads bleep and prints it |
---|---|
Used on | |
Code | print(GetGlobalAngle( "bleep" )) |
Output | N/A |