Class UnturnedPlayerInventoryResizedEvent
Inheritance
System.Object
UnturnedPlayerInventoryResizedEvent
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerInventoryResizedEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
UnturnedPlayerInventoryResizedEvent(UnturnedPlayer, Byte, Byte, Byte)
Declaration
public UnturnedPlayerInventoryResizedEvent(UnturnedPlayer player, byte page, byte width, byte height)
Parameters
Type |
Name |
Description |
UnturnedPlayer |
player |
|
System.Byte |
page |
|
System.Byte |
width |
|
System.Byte |
height |
|
Properties
|
Improve this Doc
View Source
Height
Declaration
public byte Height { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Page
Declaration
public byte Page { get; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Width
Declaration
public byte Width { get; }
Property Value
Type |
Description |
System.Byte |
|
Implements
Extension Methods