C# Class Nomad.Inventory.ObjectInventory

Inheritance: Inventory
Afficher le fichier Open project: Azerothian/fc3editor

Méthodes publiques

Méthode Description
CreateDirectory ( ObjectInventoryEntry parent ) : ObjectInventoryEntry
CreatePrefabObject ( ObjectInventoryEntry parent, string id ) : ObjectInventoryEntry
SaveChanges ( ) : void
SearchInventory ( string criteria, InventoryEntry resultEntry ) : void

Méthodes protégées

Méthode Description
CreateFilterDirectory ( ) : InventoryEntry
DestroyFilterDirectory ( InventoryEntry entry ) : void

Method Details

CreateDirectory() public méthode

public CreateDirectory ( ObjectInventoryEntry parent ) : ObjectInventoryEntry
parent ObjectInventoryEntry
Résultat ObjectInventoryEntry

CreateFilterDirectory() protected méthode

protected CreateFilterDirectory ( ) : InventoryEntry
Résultat InventoryEntry

CreatePrefabObject() public méthode

public CreatePrefabObject ( ObjectInventoryEntry parent, string id ) : ObjectInventoryEntry
parent ObjectInventoryEntry
id string
Résultat ObjectInventoryEntry

DestroyFilterDirectory() protected méthode

protected DestroyFilterDirectory ( InventoryEntry entry ) : void
entry InventoryEntry
Résultat void

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

SearchInventory() public méthode

public SearchInventory ( string criteria, InventoryEntry resultEntry ) : void
criteria string
resultEntry InventoryEntry
Résultat void