ProgramEntry class
ProgramEntry
Inheritance
Base: IScriptable
Derived
None.
Properties
| Property | Type | |
|---|---|---|
itemID | game.ItemID | scripted |
equippedItem | WeakHandle<game.data.Item_Record> | scripted |
abilities | game.InventoryItemAbility[] | scripted |
Functions
static ProgramEntry? Make(game.ItemID itemID, WeakHandle<game.data.Item_Record> equippedItem)staticRTTI globalstatic game.InventoryItemAbility[] GetSpecialAbilities(WeakHandle<game.data.Item_Record> equippedItem)staticRTTI global