Click or drag to resize

NetworkedDictionaryTKey, TValueCanClientWrite 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.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CanClientWrite(
	uint clientId
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
The clientId of the remote client

Return Value

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

Implements

INetworkedVarCanClientWrite(UInt32)
See Also