Interface IPlayerConsoleData.IManagedInterface
Represents the managed interface implemented by its unmanaged counterpart.
public interface IPlayerConsoleData.IManagedInterface : IUnmanagedInterface
- Inherited Members
Methods
HasConsoleAccess()
Checks whether the player has console (RCON) access.
bool HasConsoleAccess()
Returns
- bool
trueif the player has console access; otherwise,false.
SetConsoleAccessibility(bool)
Sets whether the player has console (RCON) access.
void SetConsoleAccessibility(bool set)
Parameters
setbooltrueto grant console access;falseto revoke it.