C# Class FC3Editor.Nomad.ObjectInventory

Inheritance: Inventory
Datei anzeigen Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CreateFilterDirectory ( ) : Inventory.Entry
DestroyFilterDirectory ( Inventory entry ) : void

Method Details

CreateDirectory() public method

public CreateDirectory ( ObjectInventory parent ) : ObjectInventory.Entry
parent ObjectInventory
return ObjectInventory.Entry

CreateFilterDirectory() protected method

protected CreateFilterDirectory ( ) : Inventory.Entry
return Inventory.Entry

CreatePrefabObject() public method

public CreatePrefabObject ( ObjectInventory parent, string id ) : ObjectInventory.Entry
parent ObjectInventory
id string
return ObjectInventory.Entry

DestroyFilterDirectory() protected method

protected DestroyFilterDirectory ( Inventory entry ) : void
entry Inventory
return void

SaveChanges() public method

public SaveChanges ( ) : void
return void

SearchInventory() public method

public SearchInventory ( string criteria, Inventory resultEntry ) : void
criteria string
resultEntry Inventory
return void