Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_AICombatMoveRequestBase |
class | SCR_AICombatMoveRequest_Move |
class | SCR_AICombatMoveRequest_ChangeStanceInCover |
Typedefs | |
typedef func | SCR_AICombatMoveRequest_OnFailed |
Enumerations | |
enum | SCR_EAICombatMoveRequestType { MOVE, STOP, CHANGE_STANCE_IN_COVER, CHANGE_STANCE } |
Functions | |
void | SCR_AICombatMoveRequest_OnCompleted (SCR_AIUtilityComponent utility, SCR_AICombatMoveRequestBase request) |
void | SCR_AICombatMoveRequest_OnFailed (SCR_AIUtilityComponent utility, SCR_AICombatMoveRequestBase request, SCR_EAICombatMoveRequestFailReason failReason) |
void | SCR_AICombatMoveRequest_Move_MovementEvent (SCR_AIUtilityComponent utility, SCR_AICombatMoveRequest_Move request, vector movePos, bool destinationIsCover) |
SCR_AICombatMoveRequest_Move SCR_AICombatMoveRequestBase | SCR_AICombatMoveRequest_Stop () |
void | SCR_AICombatMoveRequest_Move () |
ScriptInvokerBase< SCR_AICombatMoveRequest_Move_MovementEvent > | GetOnMovementStarted (bool createInvoker=true) |
void | SCR_AICombatMoveRequest_ChangeStance () |
typedef func SCR_AICombatMoveRequest_OnFailed |
Definition at line 34 of file SCR_AICombatMoveRequest.c.
Enumerator | |
---|---|
MOVE | |
STOP | |
CHANGE_STANCE_IN_COVER | |
CHANGE_STANCE |
Definition at line 1 of file SCR_AICombatMoveRequest.c.
ScriptInvokerBase<SCR_AICombatMoveRequest_Move_MovementEvent> SCR_AICombatMoveRequest_Stop::GetOnMovementStarted | ( | bool | createInvoker = true | ) |
Definition at line 101 of file SCR_AICombatMoveRequest.c.
void SCR_AICombatMoveRequest_ChangeStance | ( | ) |
Definition at line 138 of file SCR_AICombatMoveRequest.c.
void SCR_AICombatMoveRequest_Stop::SCR_AICombatMoveRequest_Move | ( | ) |
Definition at line 95 of file SCR_AICombatMoveRequest.c.
void SCR_AICombatMoveRequest_Move_MovementEvent | ( | SCR_AIUtilityComponent | utility, |
SCR_AICombatMoveRequest_Move | request, | ||
vector | movePos, | ||
bool | destinationIsCover | ||
) |
void SCR_AICombatMoveRequest_OnCompleted | ( | SCR_AIUtilityComponent | utility, |
SCR_AICombatMoveRequestBase | request | ||
) |
void SCR_AICombatMoveRequest_OnFailed | ( | SCR_AIUtilityComponent | utility, |
SCR_AICombatMoveRequestBase | request, | ||
SCR_EAICombatMoveRequestFailReason | failReason | ||
) |
SCR_AICombatMoveRequest_Move SCR_AICombatMoveRequestBase SCR_AICombatMoveRequest_Stop | ( | ) |
Definition at line 115 of file SCR_AICombatMoveRequest.c.
enum SCR_EAICombatMoveRequestType ANYWHERE |
enum SCR_EAICombatMoveRequestType BACKWARD |
enum SCR_EAICombatMoveRequestType FF_AVOIDANCE |
enum SCR_EAICombatMoveRequestType FORWARD |
enum SCR_EAICombatMoveRequestType LEFT |
bool m_bCheckCoverVisibility |
Definition at line 81 of file SCR_AICombatMoveRequest.c.
bool m_bFailIfNoCover |
Definition at line 80 of file SCR_AICombatMoveRequest.c.
bool m_bTryFindCover |
Definition at line 79 of file SCR_AICombatMoveRequest.c.
bool m_bUseCoverSearchDirectivity |
Definition at line 89 of file SCR_AICombatMoveRequest.c.
SCR_EAICombatMoveDirection m_eDirection |
Definition at line 90 of file SCR_AICombatMoveRequest.c.
EMovementType m_eMovementType |
Definition at line 84 of file SCR_AICombatMoveRequest.c.
ECharacterStance m_eStanceEnd |
Definition at line 83 of file SCR_AICombatMoveRequest.c.
ECharacterStance m_eStanceMoving |
Definition at line 82 of file SCR_AICombatMoveRequest.c.
float m_fCoverSearchDistMax |
Definition at line 86 of file SCR_AICombatMoveRequest.c.
float m_fCoverSearchDistMin |
Definition at line 85 of file SCR_AICombatMoveRequest.c.
float m_fCoverSearchSectorHalfAngleRad = Math.PI |
Definition at line 87 of file SCR_AICombatMoveRequest.c.
float m_fMoveDistance |
Definition at line 88 of file SCR_AICombatMoveRequest.c.
protected ref ScriptInvokerBase<SCR_AICombatMoveRequest_Move_MovementEvent> m_OnMovementStarted |
Definition at line 93 of file SCR_AICombatMoveRequest.c.
vector m_vMovePos |
Definition at line 78 of file SCR_AICombatMoveRequest.c.
vector m_vTargetPos |
Definition at line 77 of file SCR_AICombatMoveRequest.c.
enum SCR_EAICombatMoveRequestType MOVE_FROM_DANGER |
enum SCR_EAICombatMoveRequestType MOVE_FROM_TARGET |
enum SCR_EAICombatMoveRequestType RIGHT |
class SCR_AICombatMoveRequestBase SCR_AICombatMoveRequest_Move_MovementEvent |
enum SCR_EAICombatMoveRequestType SCR_AICombatMoveRequest_OnCompleted |
enum SCR_EAICombatMoveRequestType STANDARD |
enum SCR_EAICombatMoveRequestType SUPPRESSED_IN_COVER |