|
| void | SpawnItem (Context instigator, CellReference destination) |
| |
| void | SpawnItem (Context instigator, CellReference destination, int count) |
| |
| void | SpawnItem (Context instigator, CellReference destination, bool launch) |
| |
| void | SpawnItem (Context instigator, CellReference destination, int count, bool launch) |
| |
| void | SpawnItem (Context instigator, Vector3 position, float rotation) |
| |
| void | SpawnItem (Context instigator, Vector3 position, float rotation, bool launch) |
| |
| void | SpawnItem (Context instigator, Vector3 position, float rotation, int count) |
| |
| void | SpawnItem (Context instigator, Vector3 position, float rotation, int count, bool launch) |
| |
| bool | IsStackable () |
| |
| static implicit | operator ResourceLibraryReference (InventoryLibraryReference reference) |
| |