|
static InvBaseItem | FindByID (int id32) |
| Find the specified item given its full 32-bit ID (not to be confused with individual 16-bit item IDs). More...
|
|
static InvBaseItem | FindByName (string exact) |
| Find the item with the specified name. More...
|
|
static int | FindItemID (InvBaseItem item) |
| Get the full 32-bit ID of the specified item. Use this to get a list of items on the character that can get saved out to an external database or file. More...
|
|
|
static InvDatabase[] | list [get] |
| Retrieves the list of item databases, finding all instances if necessary. More...
|
|
Find the specified item given its full 32-bit ID (not to be confused with individual 16-bit item IDs).
static InvBaseItem InvDatabase.FindByName |
( |
string |
exact | ) |
|
|
static |
Find the item with the specified name.
Get the full 32-bit ID of the specified item. Use this to get a list of items on the character that can get saved out to an external database or file.
int InvDatabase.databaseID = 0 |
Each database should have a unique 16-bit ID. When the items are saved, database IDs get combined with item IDs to create 32-bit IDs containing both values.
List of items in this database.
Retrieves the list of item databases, finding all instances if necessary.
The documentation for this class was generated from the following file:
- D:/Projects/NGUI/Assets/NGUI/Examples/Scripts/InventorySystem/System/InvDatabase.cs