Interface IPlayerMenuData.IManagedInterface
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
idbyteThe menu ID to set.