Property | Type | Description | |
---|---|---|---|
_item | System.Item | ||
containerPref | ContainerPreference |
Method | Description | |
---|---|---|
CanStack ( |
||
Drop ( Vector3 position, Vector3 offset ) : void | ||
GetContainerPreference ( string category ) : ContainerPreference | ||
GetItemID ( string itemName ) : int | ||
Instantiate ( Vector3 v3 ) : Entity | ||
Instantiate ( Vector3 v3, |
||
InvItem ( System.Item item ) : System | ||
InvItem ( int itemid, int amount = 1 ) : System | ||
InvItem ( string name ) : System | ||
InvItem ( string name, int amount ) : System |
public Drop ( Vector3 position, Vector3 offset ) : void | ||
position | Vector3 | |
offset | Vector3 | |
return | void |
public static GetContainerPreference ( string category ) : ContainerPreference | ||
category | string | |
return | ContainerPreference |
public static GetItemID ( string itemName ) : int | ||
itemName | string | |
return | int |
public Instantiate ( Vector3 v3, |
||
v3 | Vector3 | |
q | ||
return | Entity |
public InvItem ( int itemid, int amount = 1 ) : System | ||
itemid | int | |
amount | int | |
return | System |
public InvItem ( string name, int amount ) : System | ||
name | string | |
amount | int | |
return | System |