Table of Contents

Interface IPlayerMenuData.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPlayerMenuData.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

GetMenuID()

Gets the ID of the menu currently shown to the player.

byte GetMenuID()

Returns

byte

The menu ID, or 0xFF if no menu is currently shown.

SetMenuID(byte)

Sets the menu ID for the player.

void SetMenuID(byte id)

Parameters

id byte

The menu ID to set.