|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
10 enum SCR_EAICombatMoveRequestFailReason
18 class SCR_AICombatMoveState
162 rq.m_eStance = stance;
163 rq.m_bAimAtTarget =
true;
164 rq.m_bAimAtTargetEnd =
true;
174 rq.m_bExposedInCover = exposed;
175 rq.m_bAimAtTarget =
true;
176 rq.m_bAimAtTargetEnd =
true;
protected ref SCR_AICombatMoveRequestBase m_Request
void ApplyNewRequest(notnull SCR_AICombatMoveRequestBase request)
enum SCR_EAICombatMoveRequestState UNDEFINED
enum SCR_EAICombatMoveRequestState COVER_NOT_FOUND
SCR_AICombatMoveRequestBase GetRequest()
enum SCR_EAICombatMoveRequestState MOVEMENT_FAILED
void ApplyRequestChangeStanceInCover(bool exposed)
void ApplyRequestChangeStanceOutsideCover(ECharacterStance stance)
bool IsAssignedCoverValid()
enum SCR_EAICombatMoveRequestState NONE
void VerifyCurrentCover(vector myPos)
protected ref SCR_AICoverLock m_CoverLock
void SCR_AICombatMoveRequest_ChangeStance()
void EnableAiming(bool enable)
enum SCR_EAICombatMoveRequestState DISTANCE_IN_COVER_MAX_SQ
bool IsExecutingRequest()
SCR_AICoverLock GetAssignedCover()
SCR_EAICombatMoveRequestState
void AssignCover(SCR_AICoverLock newCover)
bool IsHidingInValidCover()