Click or drag to resize

INetworkedVarCanClientWrite Method

[This is preliminary documentation and is subject to change.]

Gets wheter or not a specific client can write to the varaible

Namespace:  MLAPI.NetworkedVar
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool CanClientWrite(
	uint clientId
)

Parameters

clientId
Type: SystemUInt32
The clientId of the remote client

Return Value

Type: Boolean
Wheter or not the client can write to the variable
See Also