![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override array< string > | GetVariablesOut () |
| override array< string > | GetVariablesIn () |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| void | ClearPorts () |
| void | GetTargetAngularBounds (IEntity shooter, AimPoint targetAimpoint, out vector sizeVectorX, out vector sizeVectorY, out float angularSize, out float distance) |
| returns vectors of aimpoint volume projected onto shooter's BB center and the angular size of the target aimpoint | |
| float | GetDistanceFactor (float distance) |
| returns factor of error scale based on distance to target | |
| float | GetTargetIlluminationFactor (BaseTarget tgt) |
| returns 1.0 if target is well illuminated, and a bigger value if target is poorly illuminated. | |
| float | GetRandomFactor (EAISkill skill, float mu) |
| float | GetTolerance (IEntity observer, IEntity target, float angularSize, float distance, EWeaponType weaponType) |
| basic tolerance based on angular size of target in degrees | |
| float | GetAngularSpeedFactor (IEntity observer, IEntity enemy, out bool setBigTolerance) |
| float | GetWeaponTypeFactor (EWeaponType weaponType) |
| float | GetOffsetWeaponTypeFactor (EWeaponType weaponType) |
| Scales offset depending on weapon type. | |
| AimPoint | GetAimPoint (BaseTarget target, EAimPointType aimpointTypes[3]) |
Static Protected Member Functions | |
| static override bool | VisibleInPalette () |
| static override string | GetOnHoverDescription () |
Protected Attributes | |
| SCR_AICombatComponent | m_CombatComponent |
| EAimingPreference | m_eAimingPreference |
| EAimPointType | m_eAimPointType |
| float | m_fDefaultPrecisionXY |
Static Protected Attributes | |
| static ref TStringArray | s_aVarsOut |
| static ref TStringArray | s_aVarsIn |
Definition at line 9 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Definition at line 163 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Definition at line 75 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Definition at line 375 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Definition at line 294 of file SCR_AIGetAimErrorOffset.c.
returns factor of error scale based on distance to target
Definition at line 204 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Scales offset depending on weapon type.
Definition at line 366 of file SCR_AIGetAimErrorOffset.c.
|
inlinestaticprotected |
Definition at line 407 of file SCR_AIGetAimErrorOffset.c.
Definition at line 229 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
returns vectors of aimpoint volume projected onto shooter's BB center and the angular size of the target aimpoint
Definition at line 172 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
returns 1.0 if target is well illuminated, and a bigger value if target is poorly illuminated.
Definition at line 215 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
basic tolerance based on angular size of target in degrees
Definition at line 270 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Definition at line 69 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Definition at line 58 of file SCR_AIGetAimErrorOffset.c.
|
inlineprotected |
Definition at line 328 of file SCR_AIGetAimErrorOffset.c.
|
inlinestaticprotected |
Definition at line 404 of file SCR_AIGetAimErrorOffset.c.
|
protected |
Definition at line 26 of file SCR_AIGetAimErrorOffset.c.
|
protected |
Definition at line 33 of file SCR_AIGetAimErrorOffset.c.
|
protected |
Definition at line 36 of file SCR_AIGetAimErrorOffset.c.
|
protected |
Definition at line 39 of file SCR_AIGetAimErrorOffset.c.
|
staticprotected |
Definition at line 64 of file SCR_AIGetAimErrorOffset.c.
|
staticprotected |
Definition at line 53 of file SCR_AIGetAimErrorOffset.c.