![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnInit (IEntity weaponEnt) |
| void | OnActivated (IEntity weaponOwner) |
| void | OnDeactivated (IEntity weaponOwner) |
| void | OnCalculate (IEntity owner, WeaponAimModifierContext context, float timeSlice, out vector translation, out vector rotation, out vector turnOffset) |
| void | OnWeaponFired () |
| void | OnInit (IEntity weaponEnt) |
| void | OnActivated (IEntity weaponOwner) |
| void | OnDeactivated (IEntity weaponOwner) |
| void | OnCalculate (IEntity owner, WeaponAimModifierContext context, float timeSlice, out vector translation, out vector rotation, out vector turnOffset) |
| void | OnWeaponFired () |
Definition at line 12 of file ScriptedWeaponAimModifier.c.
|
protected |
Called when owner weapon is enabled via parent owner (taken into hands, manned...)
| weaponOwner | Entity that activated this weapon |
|
protected |
Called when owner weapon is enabled via parent owner (taken into hands, manned...)
| weaponOwner | Entity that activated this weapon |
|
protected |
This method is ticked each frame as long as the aim modifier is active.
| owner | Owner of this modifier. Not parent manager, but weapon itself. |
| context | Context that defines circumstances for this aim modifier or null if none. |
| timeSlice | Delta time since last update |
| translation | Out translation in meters |
| rotation | Out rotation in degrees in <yaw, pitch, roll> format |
| turnOffset | Out aiming rotation change in degrees <pitch, yaw, unused> |
|
protected |
This method is ticked each frame as long as the aim modifier is active.
| owner | Owner of this modifier. Not parent manager, but weapon itself. |
| context | Context that defines circumstances for this aim modifier or null if none. |
| timeSlice | Delta time since last update |
| translation | Out translation in meters |
| rotation | Out rotation in degrees in <yaw, pitch, roll> format |
| turnOffset | Out aiming rotation change in degrees <pitch, yaw, unused> |
|
protected |
Called when owner weapon is disabled via parent owner (dropped, changed, unmanned ...)
| weaponOwner | Entity that lost (deactivated) this weapon |
|
protected |
Called when owner weapon is disabled via parent owner (dropped, changed, unmanned ...)
| weaponOwner | Entity that lost (deactivated) this weapon |
|
protected |
|
protected |
|
protected |
|
protected |