Endstar LUA API Documentation
Loading...
Searching...
No Matches
KeyLibraryReference Class Reference

Additional Inherited Members

- Public Member Functions inherited from InventoryLibraryReference
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 Public Member Functions inherited from InventoryLibraryReference
static implicit operator ResourceLibraryReference (InventoryLibraryReference reference)