Garry's Mod Wiki

Revision Difference

Entity:GetNetworkedEntity#518479

<function name="GetNetworkedEntity" parent="Entity" type="classfunc"> <description> <deprecated>You should use <page>Entity:GetNWEntity</page> instead.</deprecated> Retrieves a networked float value at specified index on the entity that is set by <page>Entity:SetNetworkedEntity</page>. </description> <realm>Shared</realm> <args> <arg name="key" type="string">The key that is associated with the value</arg> <arg name="fallback" type="Entity" default="NULL">The value to return if we failed to retrieve the value. ( If it isn&#x27;t set )</arg> <arg name="fallback" type="Entity" default="NULL">The value to return if we failed to retrieve the value. ( If it isn't set )</arg> </args> <rets> <ret name="" type="Entity">The retrieved value</ret> </rets> </function>