BaseItemAction class
BaseItemAction
Inheritance
Base: BaseScriptableAction
Derived
ConsumeAction, CrackAction, DisassembleAction, DownloadFundsAction, DropAction, EquipAction, ReadAction, UseAction, UseHealChargeAction
Properties
| Property | Type | |
|---|---|---|
itemData | WeakHandle<game.ItemData> | scripted |
removeAfterUse | bool | scripted |
quantity | int | scripted |
Functions
bool ShouldRemoveAfterUse()RTTIWeakHandle<game.ItemData> GetItemData()RTTIvoid SetRemoveAfterUse()RTTIvoid SetItemData(WeakHandle<game.ItemData> item)RTTIgame.data.ItemType GetItemType()RTTIvoid SetRequestQuantity(int quantity)RTTIint GetRequestQuantity()RTTI