Garry's Mod Wiki

Revision Difference

Global.GetGlobalEntity#514900

<function name="GetGlobalEntity" parent="Global" type="libraryfunc">⤶ <description>Returns an entity 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="Entity" default="NULL">The value to return if the global value is not set.</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="Entity">The global value, or the default if the global value is not set.</ret>⤶ </rets>⤶ </function>⤶ ⤶