Garry's Mod Wiki

Entity:SetNetworked2Float

  Entity:SetNetworked2Float( string key, number value )

Description

Sets a networked float (number) value on the entity.

The value can then be accessed with Entity:GetNetworked2Float both from client and server.

Unlike Entity:SetNetworked2Int, floats don't have to be whole numbers.

The value will only be updated clientside if the entity is or enters the clients PVS. use Entity:SetNWFloat instead
Running this function clientside will only set it for the client it is called on.
The value will only be networked if it isn't the same as the current value and unlike SetNW* the value will only be networked once and not every 10 seconds.

Arguments

1 string key
The key to associate the value with
2 number value
The value to set