Class OpenPlayerInventory
Inheritance
System.Object
OpenPlayerInventory
Assembly: OpenAPI.dll
Syntax
public class OpenPlayerInventory : PlayerInventory
Constructors
|
Improve this Doc
View Source
OpenPlayerInventory(OpenPlayer)
Declaration
public OpenPlayerInventory(OpenPlayer player)
Parameters
Methods
|
Improve this Doc
View Source
GetItemInHand()
Declaration
public override Item GetItemInHand()
Returns
|
Improve this Doc
View Source
HasItems(Int16, Int16, Int32)
Declaration
public bool HasItems(short itemId, short meta, int count)
Parameters
Type |
Name |
Description |
System.Int16 |
itemId |
|
System.Int16 |
meta |
|
System.Int32 |
count |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TakeItems(Int16, Int16, Int32)
Declaration
public void TakeItems(short itemId, short meta, int count)
Parameters
Type |
Name |
Description |
System.Int16 |
itemId |
|
System.Int16 |
meta |
|
System.Int32 |
count |
|