mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 03:58:14 +03:00
Added EV_Turret_SetMaxUseAngle and EV_Turret_SetStartYaw to TurretGun's event responses
This commit is contained in:
parent
786d72575e
commit
3cea097b48
1 changed files with 2 additions and 0 deletions
|
@ -375,6 +375,8 @@ CLASS_DECLARATION(Weapon, TurretGun, NULL) {
|
|||
{&EV_Turret_EventDoJitter, &TurretGun::P_EventDoJitter },
|
||||
{&EV_Turret_AI_BurstFireSettings, &TurretGun::AI_EventBurstFireSettings },
|
||||
{&EV_Turret_P_SetThread, &TurretGun::EventSetThread },
|
||||
{&EV_Turret_SetMaxUseAngle, &TurretGun::P_SetMaxUseAngle },
|
||||
{&EV_Turret_SetStartYaw, &TurretGun::P_SetStartYaw },
|
||||
{&EV_Turret_P_SetViewAngles, &TurretGun::P_SetViewAnglesForTurret },
|
||||
{&EV_SetViewangles, &TurretGun::P_SetViewangles },
|
||||
{&EV_GetViewangles, &TurretGun::P_GetViewangles },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue