![]() |
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_AIStaticArtilleryBehavior |
| class | SCR_AIGetStaticArtilleryBehaviorParameters |
| class | SCR_AISetStaticArtilleryBehaviorParameters |
Typedefs | |
| typedef func | SCR_AIStaticArtilleryBehavior_OnArtilleryFired |
Functions | |
| void | SCR_AIStaticArtilleryBehavior_OnArtilleryFired (SCR_AIStaticArtilleryBehavior behavior, AIAgent agent) |
| override void | OnInit (AIAgent owner) |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| override TStringArray | GetVariablesOut () |
Variables | |
| SCR_AISetStaticArtilleryBehaviorParameters | PORT_AIMING_NEEDED = "AimingNeeded" |
| SCR_AIUtilityComponent | m_Utility |
| int | m_iShotsBetweenAiming |
Definition at line 1 of file SCR_AIStaticArtilleryBehavior.c.
|
protected |
Definition at line 173 of file SCR_AIStaticArtilleryBehavior.c.
|
protected |
Definition at line 198 of file SCR_AIStaticArtilleryBehavior.c.
|
protected |
Definition at line 167 of file SCR_AIStaticArtilleryBehavior.c.
| void SCR_AIStaticArtilleryBehavior_OnArtilleryFired | ( | SCR_AIStaticArtilleryBehavior | behavior, |
| AIAgent | agent ) |
|
protected |
Definition at line 164 of file SCR_AIStaticArtilleryBehavior.c.
|
protected |
Definition at line 161 of file SCR_AIStaticArtilleryBehavior.c.
| SCR_AISetStaticArtilleryBehaviorParameters PORT_AIMING_NEEDED = "AimingNeeded" |