![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | InitParameters (vector position, IEntity entity, EMovementType movementType, bool useVehicles, float priorityLevel) |
| void | SCR_AIMoveActivity (SCR_AIGroupUtilityComponent utility, AIWaypoint relatedWaypoint, vector pos, IEntity ent, EMovementType movementType=EMovementType.RUN, bool useVehicles=true, float priority=PRIORITY_ACTIVITY_MOVE, float priorityLevel=PRIORITY_LEVEL_NORMAL) |
| override float | CustomEvaluate () |
| override string | GetActionDebugInfo () |
| override void | OnActionCompleted () |
| override void | OnActionFailed () |
| override void | OnActionDeselected () |
Protected Attributes | |
| ref SCR_BTParamAssignable< vector > | m_vPosition = new SCR_BTParamAssignable<vector>(SCR_AIActionTask.POSITION_PORT) |
| ref SCR_BTParam< IEntity > | m_Entity = new SCR_BTParam<IEntity>(SCR_AIActionTask.ENTITY_PORT) |
| ref SCR_BTParam< bool > | m_bUseVehicles = new SCR_BTParam<bool>(SCR_AIActionTask.USE_VEHICLES_PORT) |
| ref SCR_BTParam< EMovementType > | m_eMovementType = new SCR_BTParam<EMovementType>(MOVEMENT_TYPE_PORT) |
Static Protected Attributes | |
| static const string | MOVEMENT_TYPE_PORT = "MovementType" |
Definition at line 1 of file SCR_AIMoveActivity.c.
|
inlineprotected |
Definition at line 22 of file SCR_AIMoveActivity.c.
|
inlineprotected |
Definition at line 30 of file SCR_AIMoveActivity.c.
|
inlineprotected |
Definition at line 39 of file SCR_AIMoveActivity.c.
|
inlineprotected |
Definition at line 11 of file SCR_AIMoveActivity.c.
|
inlineprotected |
Definition at line 45 of file SCR_AIMoveActivity.c.
|
inlineprotected |
Definition at line 73 of file SCR_AIMoveActivity.c.
|
inlineprotected |
Definition at line 59 of file SCR_AIMoveActivity.c.
|
protected |
Definition at line 7 of file SCR_AIMoveActivity.c.
|
protected |
Definition at line 8 of file SCR_AIMoveActivity.c.
|
protected |
Definition at line 6 of file SCR_AIMoveActivity.c.
|
protected |
Definition at line 5 of file SCR_AIMoveActivity.c.
|
staticprotected |
Definition at line 3 of file SCR_AIMoveActivity.c.