Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_HasMultipleMuzzles.c
Go to the documentation of this file.
3{
4 protected ref array<BaseMuzzleComponent> m_aMuzzles = {};
5
6 //------------------------------------------------------------------------------------------------
8 {
9 BaseWeaponComponent weapon = data.GetCurrentWeapon();
10 return GetReturnResult(weapon && weapon.GetMuzzlesList(m_aMuzzles) > 1);
11 }
12}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Get all prefabs that have the spawner data
A single available action condition representation.
ref array< BaseMuzzleComponent > m_aMuzzles
override bool IsAvailable(notnull SCR_AvailableActionsConditionData data)