![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SCR_AIProvideAmmoBehavior (SCR_AIUtilityComponent utility, SCR_AIActivityBase groupActivity, IEntity ammoConsumer, typename magazineWellType, float priorityLevel=PRIORITY_LEVEL_NORMAL) |
| override int | GetCause () |
| override float | CustomEvaluate () |
| override void | OnActionCompleted () |
| override void | OnActionFailed () |
Protected Attributes | |
| float | MOVE_COMPLETION_RADIUS = 10 |
| ref SCR_BTParam< IEntity > | m_AmmoConsumer = new SCR_BTParam<IEntity>(AMMO_CONSUMER_ENTITY_PORT) |
| ref SCR_BTParam< typename > | m_MagazineWellType = new SCR_BTParam<typename>(MAGAZINE_WELL_TYPE_PORT) |
| ref SCR_AIMoveIndividuallyBehavior | m_MoveBehavior |
Static Protected Attributes | |
| static const string | AMMO_CONSUMER_ENTITY_PORT = "AmmoConsumerEntity" |
| static const string | MAGAZINE_WELL_TYPE_PORT = "MagazineWellType" |
Behavior for one soldier to provide ammunition to another one.
Definition at line 4 of file SCR_AIProvideAmmoBehavior.c.
|
inlineprotected |
Definition at line 17 of file SCR_AIProvideAmmoBehavior.c.
|
inlineprotected |
Definition at line 42 of file SCR_AIProvideAmmoBehavior.c.
|
inlineprotected |
Definition at line 36 of file SCR_AIProvideAmmoBehavior.c.
|
inlineprotected |
Definition at line 57 of file SCR_AIProvideAmmoBehavior.c.
|
inlineprotected |
Definition at line 65 of file SCR_AIProvideAmmoBehavior.c.
|
staticprotected |
Definition at line 8 of file SCR_AIProvideAmmoBehavior.c.
|
protected |
Definition at line 11 of file SCR_AIProvideAmmoBehavior.c.
|
protected |
Definition at line 12 of file SCR_AIProvideAmmoBehavior.c.
|
protected |
Definition at line 14 of file SCR_AIProvideAmmoBehavior.c.
|
staticprotected |
Definition at line 9 of file SCR_AIProvideAmmoBehavior.c.
|
protected |
Definition at line 6 of file SCR_AIProvideAmmoBehavior.c.