Garry's Mod Wiki

Revision Difference

Entity:GetNetworked2Float#547695

<function name="GetNetworked2Float" parent="Entity" type="classfunc">⤶ <description>Retrieves a networked float value at specified index on the entity that is set by <page>Entity:SetNetworked2Float</page>.⤶ <deprecated>You should be using <page>Entity:GetNW2Float</page> instead.</deprecated></description>⤶ <realm>Shared</realm>⤶ <args>⤶ <arg name="key" type="string">The key that is associated with the value</arg>⤶ <arg name="fallback" type="any" default="0">The value to return if we failed to retrieve the value. (If it isn't set)</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="any">The value associated with the key</ret>⤶ </rets>⤶ </function>