Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_HintSequenceList.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
4 [Attribute()]
5 protected ref array<ref SCR_HintUIInfo> m_aHints;
6
7 //------------------------------------------------------------------------------------------------
12 {
13 return m_aHints.Find(info);
14 }
15
16 //------------------------------------------------------------------------------------------------
20 {
21 return m_aHints.Count();
22 }
23
24 //------------------------------------------------------------------------------------------------
28 {
29 return m_aHints[index];
30 }
31
32 //------------------------------------------------------------------------------------------------
33 // constructor
35 {
36 for (int i, count = m_aHints.Count(); i < count; i++)
37 {
38 m_aHints[i].InitSequence(i + 1, count);
39 }
40 }
41}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
int FindHint(SCR_HintUIInfo info)
ref array< ref SCR_HintUIInfo > m_aHints
SCR_HintUIInfo GetHint(int index)
SCR_FieldOfViewSettings Attribute