Method | Description | |
---|---|---|
EmptyMemory ( ) : void |
Dumps the stored tables
|
|
GetDatabase ( Archetype archetype ) : List |
||
GetItemIdFromTag ( Archetype archetype, string tag ) : int |
Gets the id of an item randomly belonging to a particular archetype and having the right tag If unable to find anything, will throw an exception
|
|
GetItemProperties ( Archetype archetype, int itemID ) : List |
||
ReadTableIntoMemory ( Archetype archetype ) : void |
Read an entire table into memory
|
public static GetDatabase ( Archetype archetype ) : List |
||
archetype | Archetype | |
return | List |
public static GetItemIdFromTag ( Archetype archetype, string tag ) : int | ||
archetype | Archetype | The archetype to search in |
tag | string | The tag to look for |
return | int |
public static GetItemProperties ( Archetype archetype, int itemID ) : List |
||
archetype | Archetype | |
itemID | int | |
return | List |
public static ReadTableIntoMemory ( Archetype archetype ) : void | ||
archetype | Archetype | |
return | void |