![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_AIIdleActivity |
Enumerations | |
| enum | SCR_EAIActivityCause { SAFE = 10 , ALWAYS = 1000 } |
Functions | |
| array< ref SCR_AIActivityFeatureBase > | GetActivityFeatures () |
| SCR_AIActivityFeatureBase | FindActivityFeature (typename featureType) |
| void | InitParameters (AIWaypoint relatedWaypoint) |
| void | SCR_AIActivityBase (SCR_AIGroupUtilityComponent utility, AIWaypoint relatedWaypoint) |
| void | SendCancelMessagesToAllAgents () |
| void | Fail (bool doNotCompleteWaypoint) |
| void | OnChildBehaviorFinished (SCR_AIBehaviorBase childBehavior) |
| void | OnChildBehaviorCreated (SCR_AIBehaviorBase childBehavior) |
Variables | |
| enum SCR_EAIActivityCause | m_Utility |
| ref SCR_BTParam< bool > | m_bIsWaypointRelated = new SCR_BTParam<bool>(SCR_AIActionTask.WAYPOINT_RELATED_PORT) |
| AIWaypoint | m_RelatedWaypoint = null |
| bool | m_bAllowFireteamRebalance = true |
| enum SCR_EAIActivityCause |
Action Cause value is not used for group settings now, unlike character settings. This enum is here for potential future compatibility.
| Enumerator | |
|---|---|
| SAFE | |
| ALWAYS | |
Definition at line 5 of file SCR_AIActivity.c.
|
protected |
This is an overload of basic Fail() method, since we need to pass extra information regarding related waypoint
| [in] | doNotCompleteWaypoint |
Definition at line 75 of file SCR_AIActivity.c.
| SCR_AIActivityFeatureBase FindActivityFeature | ( | typename featureType | ) |
Definition at line 23 of file SCR_AIActivity.c.
| array< ref SCR_AIActivityFeatureBase > GetActivityFeatures | ( | ) |
Definition at line 18 of file SCR_AIActivity.c.
| void InitParameters | ( | AIWaypoint | relatedWaypoint | ) |
Definition at line 36 of file SCR_AIActivity.c.
|
protected |
|
protected |
| void SCR_AIActivityBase | ( | SCR_AIGroupUtilityComponent | utility, |
| AIWaypoint | relatedWaypoint ) |
Definition at line 44 of file SCR_AIActivity.c.
|
protected |
Definition at line 51 of file SCR_AIActivity.c.
Definition at line 16 of file SCR_AIActivity.c.
Definition at line 14 of file SCR_AIActivity.c.
| AIWaypoint m_RelatedWaypoint = null |
Definition at line 15 of file SCR_AIActivity.c.
| enum SCR_EAIActivityCause m_Utility |