Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptedWeaponAimModifier.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 //------------------------------------------------------------------------------------------------
15 event protected void OnInit(IEntity weaponEnt);
20 event protected void OnActivated(IEntity weaponOwner);
25 event protected void OnDeactivated(IEntity weaponOwner);
35 event protected void OnCalculate(IEntity owner, WeaponAimModifierContext context, float timeSlice, out vector translation, out vector rotation, out vector turnOffset);
36 // called when weapon is fired
37 event protected void OnWeaponFired();
38}
39
void OnDeactivated(IEntity weaponOwner)
void OnActivated(IEntity weaponOwner)
void OnInit(IEntity weaponEnt)
void OnCalculate(IEntity owner, WeaponAimModifierContext context, float timeSlice, out vector translation, out vector rotation, out vector turnOffset)
RespawnSystemComponentClass GameComponentClass vector vector rotation