SetNetworkLocalInteger - AGK Help

SetNetworkLocalInteger

Description

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

Definition

SetNetworkLocalInteger( iNetID, name, i )

SetNetworkLocalInteger( iNetID, name, i, mode )

Parameters