Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TaskSolverConfig.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
4 [Attribute()]
5 protected ref array<ref SCR_TaskSolverEntry> m_aTaskSolverEntries;
6
7 //------------------------------------------------------------------------------------------------
9 {
10 foreach (SCR_TaskSolverEntry taskSolverEntry : m_aTaskSolverEntries)
11 {
12 if (taskSolverEntry.Type() == type)
13 return taskSolverEntry;
14 }
15
16 return null;
17 }
18}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
EDamageType type
SCR_TaskSolverEntry GetTaskSolverEntry(typename type)
ref array< ref SCR_TaskSolverEntry > m_aTaskSolverEntries
SCR_FieldOfViewSettings Attribute