Revision Difference
Global.SetGlobalString#547635
<function name="SetGlobalString" parent="Global" type="libraryfunc">
<description>
Defines a string with a maximum of 199 characters to be automatically networked to clients
⤶
<note>Running this function clientside will only set it clientside for the client it is called on!</note>⤶
⤶
<note>If you want to have a higher characters limit use <page>Global.SetGlobal2String</page></note>⤶
<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 string with</arg>
<arg name="string" type="string">String to be networked</arg>
</args>
</function>