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)
Syntaxbool CanClientWrite(
uint clientId
)
Parameters
- clientId
- Type: SystemUInt32
The clientId of the remote client
Return Value
Type:
BooleanWheter or not the client can write to the variable
See Also