ArmsCWInSlotPrereq class
ArmsCWInSlotPrereq
Inheritance
Base: game.IScriptablePrereq
Derived
None.
Properties
| Property | Type | |
|---|---|---|
equipmentArea | game.data.EquipmentArea | scripted |
slotCheckType | game.data.CheckType | scripted |
itemType | game.data.ItemType | scripted |
itemTag | CName | scripted |
invert | bool | scripted |
Functions
bool OnRegister(game.PrereqState state, ScriptGameInstance game, IScriptable context)overrideRTTIvoid OnUnregister(game.PrereqState state, ScriptGameInstance game, IScriptable context)overrideRTTIvoid OnApplied(game.PrereqState state, ScriptGameInstance game, IScriptable context)overrideRTTIbool IsFulfilled(ScriptGameInstance game, IScriptable context)overrideRTTIbool EvaluateAll(WeakHandle<game.Object> owner)RTTIbool Evaluate(game.ItemID itemID)RTTIbool EvaluateTag(game.ItemID itemID, CName tag)RTTIbool EvaluateType(game.data.ItemType itemType)RTTIvoid Initialize(TDBID recordID)overrideRTTI