ObjectActionsCallbackController class
game.ObjectActionsCallbackController
Inheritance
Base: IScriptable
Derived
None.
Properties
None.
Functions
void AddObjectAction(WeakHandle<game.data.ObjectAction_Record> objectActionRecord)RTTIbool HasObjectAction(WeakHandle<game.data.ObjectAction_Record> objectActionRecord)RTTIvoid ClearAllObjectActions()RTTIbool IsObjectActionTargetPrereqFulfilled(WeakHandle<game.data.ObjectAction_Record> objectActionRecord)RTTIbool IsObjectActionInstigatorPrereqFulfilled(WeakHandle<game.data.ObjectAction_Record> objectActionRecord)RTTIvoid UnlockNotifications()RTTIvoid RegisterSkillCheckCallbacks()RTTIvoid UnregisterSkillCheckCallbacks()RTTIstatic game.ObjectActionsCallbackController? Create(WeakHandle<ent.Entity> target, WeakHandle<ent.Entity> instigator, ScriptGameInstance gameInstance)staticRTTI