Click or drag to resize

NetworkedVarPermissionsDelegate Delegate

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

Delegate type for permission checking

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

Parameters

clientId
Type: SystemUInt32
The clientId whose permissions to check

Return Value

Type: Boolean
See Also