Garry's Mod Wiki

Log in to edit

GetGlobal2Vector

<function name="GetGlobal2Vector" parent="Global" type="libraryfunc"> <description>Returns a vector 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="Vector">The value to return if the global value is not set.</arg> </args> <rets> <ret name="" type="Vector">The global value, or the default if the global value is not set.</ret> </rets> </function>