Garry's Mod Wiki

Revision Difference

Global.SetGlobalFloat#511258

<function name="SetGlobalFloat" parent="Global" type="libraryfunc"> <description> Defines a floating point number to be automatically networked to clients <note>Running this function clientside will only set it clientside for the client it is called on!</note> </description> <realm>Shared</realm> <args> <arg name="index" type="any">Index to identify the global float with</arg> <arg name="float" type="number">Float to be networked</arg> </args> </function>