Property | Type | Description | |
---|---|---|---|
DropTime | long | ||
ParSer | int | ||
Quantity | int | ||
Stage | int | ||
m_InvSlot | int | ||
m_ItemID | int | ||
m_Loc | |||
m_Map | string | ||
m_Parent | |||
m_Serial | Serial |
Method | Description | |
---|---|---|
Delete ( |
||
DeleteGround ( ) : void | ||
Drop ( |
||
Drop ( |
||
Drop ( script mob, |
||
Equip ( |
||
Inventory ( |
||
Item ( ) : System | ||
Item ( Serial serial ) : System | ||
Item ( int itemID ) : System | ||
NPrefix ( ) : string | ||
PickUp ( |
||
SQLSaveString ( ) : string | ||
TryUpgrade ( ) : bool | ||
Unequip ( |
||
Use ( |
public Delete ( |
||
player | ||
return | void |
public Drop ( |
||
player | ||
j | int | |
return | void |
public Drop ( script mob, |
||
mob | script | |
player | ||
return | void |
public Equip ( |
||
player | ||
return | void |
public Inventory ( |
||
play | ||
return | Item |
public PickUp ( |
||
player | ||
return | void |
public Unequip ( |
||
player | ||
slot | int | |
return | void |