Table of Contents

Interface IPlayerConsoleData.IManagedInterface

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

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

true if the player has console access; otherwise, false.

SetConsoleAccessibility(bool)

Sets whether the player has console (RCON) access.

void SetConsoleAccessibility(bool set)

Parameters

set bool

true to grant console access; false to revoke it.