GetGlobalAngle
From Garry's Mod
Contents |
Description
Returns an angle that is shared between the server and all clients.
Arguments
string index
The unique index to identify the global value with.
Arguments
Angle default=Angle( 0, 0, 0 )
The value to return if the global value is not set.
Returns
The global value, or default if the global is not set.