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