INetworkBehavior..::..RegisterSynchronizedVariable Method
Registers a variable to be synchronized across the network.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
Parameters
- variableName
- Type: String
The name of the variable to be registered.
- variable
- Type: com.onlineobject.objectnet..::..IVariable
The variable instance that implements IVariable, which will be synchronized.

