Endstar LUA API Documentation
All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 stackableCount)
 
void SpawnItem (Context instigator, CellReference destination, bool launch)
 
void SpawnItem (Context instigator, CellReference destination, int stackableCount, 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 stackableCount)
 
void SpawnItem (Context instigator, Vector3 position, float rotation, int stackableCount, bool launch)
 
- Static Public Member Functions inherited from InventoryLibraryReference
static implicit operator ResourceLibraryReference (InventoryLibraryReference reference)