SetNetworkLocalFloat

Description

Sets a local float variable for this client by name. Other clients can then read this variable by using the same name when requesting its value. A float variable may not have the same name as an integer variable. If the variable with that name does not exist it is created.

Definition

SetNetworkLocalFloat( iNetID, name, f )

SetNetworkLocalFloat( iNetID, name, f, mode )

Parameters