C# Class Nomad.Inventory.ObjectInventory

Inheritance: Inventory
Exibir arquivo Open project: Azerothian/fc3editor

Public Methods

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

Protected Methods

Method Description
CreateFilterDirectory ( ) : InventoryEntry
DestroyFilterDirectory ( InventoryEntry entry ) : void

Method Details

CreateDirectory() public method

public CreateDirectory ( ObjectInventoryEntry parent ) : ObjectInventoryEntry
parent ObjectInventoryEntry
return ObjectInventoryEntry

CreateFilterDirectory() protected method

protected CreateFilterDirectory ( ) : InventoryEntry
return InventoryEntry

CreatePrefabObject() public method

public CreatePrefabObject ( ObjectInventoryEntry parent, string id ) : ObjectInventoryEntry
parent ObjectInventoryEntry
id string
return ObjectInventoryEntry

DestroyFilterDirectory() protected method

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

SaveChanges() public method

public SaveChanges ( ) : void
return void

SearchInventory() public method

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