Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AICombatMoveRequestBase Class Reference
Inheritance diagram for SCR_AICombatMoveRequestBase:
SCR_AICombatMoveRequest_ChangeStanceInCover SCR_AICombatMoveRequest_Move

Protected Member Functions

ScriptInvokerBase< SCR_AICombatMoveRequest_OnCompletedGetOnCompleted (bool createInvoker=true)
 Called on successful completion of request.
ScriptInvokerBase< SCR_AICombatMoveRequest_OnFailedGetOnFailed (bool createInvoker=true)
 Called on failure of request.

Protected Attributes

ref ScriptInvokerBase< SCR_AICombatMoveRequest_OnCompletedm_OnCompleted
ref ScriptInvokerBase< SCR_AICombatMoveRequest_OnFailedm_OnFailed

Detailed Description

Definition at line 45 of file SCR_AICombatMoveRequest.c.

Member Function Documentation

◆ GetOnCompleted()

ScriptInvokerBase< SCR_AICombatMoveRequest_OnCompleted > SCR_AICombatMoveRequestBase::GetOnCompleted ( bool createInvoker = true)
inlineprotected

Called on successful completion of request.

Definition at line 65 of file SCR_AICombatMoveRequest.c.

◆ GetOnFailed()

ScriptInvokerBase< SCR_AICombatMoveRequest_OnFailed > SCR_AICombatMoveRequestBase::GetOnFailed ( bool createInvoker = true)
inlineprotected

Called on failure of request.

Definition at line 73 of file SCR_AICombatMoveRequest.c.

Member Data Documentation

◆ m_OnCompleted

ref ScriptInvokerBase<SCR_AICombatMoveRequest_OnCompleted> SCR_AICombatMoveRequestBase::m_OnCompleted
protected

Definition at line 61 of file SCR_AICombatMoveRequest.c.

◆ m_OnFailed

ref ScriptInvokerBase<SCR_AICombatMoveRequest_OnFailed> SCR_AICombatMoveRequestBase::m_OnFailed
protected

Definition at line 62 of file SCR_AICombatMoveRequest.c.


The documentation for this class was generated from the following file: