Revision Difference
Global.SetGlobalEntity#511259
<function name="SetGlobalEntity" parent="Global" type="libraryfunc">⤶
<description>⤶
Defines an entity 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 entity with</arg>⤶
<arg name="ent" type="Entity">Entity to be networked</arg>⤶
</args>⤶
</function>⤶
⤶