Revision Difference
Global.GetGlobal2Angle#547639
<function name="GetGlobal2Angle" parent="Global" type="libraryfunc">⤶
<description>Returns an angle that is shared between the server and all clients.</description>⤶
<realm>Shared</realm>⤶
<args>⤶
<arg name="index" type="string">The unique index to identify the global value with.</arg>⤶
<arg name="default" type="Angle" default="Angle( 0, 0, 0 )">The value to return if the global value is not set.</arg>⤶
</args>⤶
<rets>⤶
<ret name="" type="Angle">The global value, or default if the global is not set.</ret>⤶
</rets>⤶
</function>