Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WeaponGroupFireMode.c File Reference

Go to the source code of this file.

Enumerations

enum  SCR_EWeaponGroupFireMode { SALVO = 1 << 0 , RIPPLE = 1 << 1 , SEQUENTIAL = 1 << 2 }

Enumeration Type Documentation

◆ SCR_EWeaponGroupFireMode

Enumerator
SALVO 

Salvo mode, all weapons in the group fire simultanously.

RIPPLE 

Ripple mode, shoot "ripple quantity" weapons.

SEQUENTIAL 

Sequentially go through all weapons in the group, firing them one after another.

Definition at line 1 of file SCR_WeaponGroupFireMode.c.