ORK Framework
2.34.1
API Documentation
|
This is the complete list of members for ORKFramework.InventoryAccessHandler, including all inherited members.
Add(Inventory inventory, IShortcut item, bool showNotification, bool showConsole, bool markNewContent) | ORKFramework.InventoryAccessHandler | virtual |
AddMoney(Inventory inventory, int id, int quantity, bool showNotification, bool showConsole) | ORKFramework.InventoryAccessHandler | virtual |
AddToCraftingList(Combatant combatant, IShortcut item) | ORKFramework.InventoryAccessHandler | virtual |
ClearCraftingList(Combatant combatant) | ORKFramework.InventoryAccessHandler | virtual |
CreateFromCraftingList(Combatant combatant, CraftingListCreationType creationType, bool consumeUnused, bool onlyKnownRecipes, Notify finished) | ORKFramework.InventoryAccessHandler | virtual |
Drop(Inventory inventory, IShortcut item, int quantity, bool showNotification, bool showConsole) | ORKFramework.InventoryAccessHandler | virtual |
InventoryAccessHandler() (defined in ORKFramework.InventoryAccessHandler) | ORKFramework.InventoryAccessHandler | |
OpenShop(IEventStarter starter, int shopID, string shopSceneID, int factionID) (defined in ORKFramework.InventoryAccessHandler) | ORKFramework.InventoryAccessHandler | virtual |
Remove(Inventory inventory, IShortcut item, int quantity, bool showNotification, bool showConsole) | ORKFramework.InventoryAccessHandler | virtual |
RemoveFromCraftingList(Combatant combatant, IShortcut item) | ORKFramework.InventoryAccessHandler | virtual |
RemoveItemType(Inventory inventory, int typeID, bool removeSubTypes, bool removeMoney, bool removeItems, bool removeWeapons, bool removeArmor, bool showNotification, bool showConsole) | ORKFramework.InventoryAccessHandler | virtual |
SetMoney(Inventory inventory, int id, int quantity, bool showNotification, bool showConsole) | ORKFramework.InventoryAccessHandler | virtual |
SubMoney(Inventory inventory, int id, int quantity, bool showNotification, bool showConsole) | ORKFramework.InventoryAccessHandler | virtual |
UseCraftingRecipe(Combatant combatant, int recipeID, NotifyBool notify) | ORKFramework.InventoryAccessHandler | virtual |