Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ExternalPaginationUIComponent.c
Go to the documentation of this file.
2{
3 protected int m_iEntryCount;
5
6 //------------------------------------------------------------------------------------------------
8 {
10 }
11
12 //------------------------------------------------------------------------------------------------
13 void SetEntryCount(int count)
14 {
15 m_iEntryCount = count;
16 }
17
18 //------------------------------------------------------------------------------------------------
23
24 //------------------------------------------------------------------------------------------------
25 override protected void ShowEntries(Widget contentWidget, int indexStart, int indexEnd)
26 {
27 m_OnShowEntries.Invoke(contentWidget, indexStart, indexEnd);
28 }
29
30 //------------------------------------------------------------------------------------------------
31 override protected int GetEntryCount()
32 {
33 return m_iEntryCount;
34 }
35
36 //------------------------------------------------------------------------------------------------
37 override void HandlerAttached(Widget w)
38 {
39 super.HandlerAttached(w);
40 }
41};
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index
void ShowEntries(Widget contentWidget, int indexStart, int indexEnd)
ScriptInvokerBase< func > ScriptInvoker
Definition tools.c:134