C# 클래스 Nomad.Inventory.ObjectInventory

상속: Inventory
파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 메소드들

메소드 설명
CreateDirectory ( ObjectInventoryEntry parent ) : ObjectInventoryEntry
CreatePrefabObject ( ObjectInventoryEntry parent, string id ) : ObjectInventoryEntry
SaveChanges ( ) : void
SearchInventory ( string criteria, InventoryEntry resultEntry ) : void

보호된 메소드들

메소드 설명
CreateFilterDirectory ( ) : InventoryEntry
DestroyFilterDirectory ( InventoryEntry entry ) : void

메소드 상세

CreateDirectory() 공개 메소드

public CreateDirectory ( ObjectInventoryEntry parent ) : ObjectInventoryEntry
parent ObjectInventoryEntry
리턴 ObjectInventoryEntry

CreateFilterDirectory() 보호된 메소드

protected CreateFilterDirectory ( ) : InventoryEntry
리턴 InventoryEntry

CreatePrefabObject() 공개 메소드

public CreatePrefabObject ( ObjectInventoryEntry parent, string id ) : ObjectInventoryEntry
parent ObjectInventoryEntry
id string
리턴 ObjectInventoryEntry

DestroyFilterDirectory() 보호된 메소드

protected DestroyFilterDirectory ( InventoryEntry entry ) : void
entry InventoryEntry
리턴 void

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void

SearchInventory() 공개 메소드

public SearchInventory ( string criteria, InventoryEntry resultEntry ) : void
criteria string
resultEntry InventoryEntry
리턴 void