C# Class FC3Editor.Nomad.ObjectInventory

Inheritance: Inventory
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
CreateDirectory ( ObjectInventory parent ) : ObjectInventory.Entry
CreatePrefabObject ( ObjectInventory parent, string id ) : ObjectInventory.Entry
SaveChanges ( ) : void
SearchInventory ( string criteria, Inventory resultEntry ) : void

Méthodes protégées

Méthode Description
CreateFilterDirectory ( ) : Inventory.Entry
DestroyFilterDirectory ( Inventory entry ) : void

Method Details

CreateDirectory() public méthode

public CreateDirectory ( ObjectInventory parent ) : ObjectInventory.Entry
parent ObjectInventory
Résultat ObjectInventory.Entry

CreateFilterDirectory() protected méthode

protected CreateFilterDirectory ( ) : Inventory.Entry
Résultat Inventory.Entry

CreatePrefabObject() public méthode

public CreatePrefabObject ( ObjectInventory parent, string id ) : ObjectInventory.Entry
parent ObjectInventory
id string
Résultat ObjectInventory.Entry

DestroyFilterDirectory() protected méthode

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

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

SearchInventory() public méthode

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