Method CanClientRead
CanClientRead(ulong)
Gets if a specific client has permission to read the var or not
Declaration
public bool CanClientRead(ulong clientId)
Parameters
Type | Name | Description |
---|---|---|
ulong | clientId | The client id |
Returns
Type | Description |
---|---|
bool | Whether or not the client has permission to read |