Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseGroupEntry.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
4{
5 protected ref array<ScriptedSelectionMenuEntry> m_aEntries;
6
7 //------------------------------------------------------------------------------------------------
9 void OnDonePerform(IEntity user, BaseSelectionMenu sourceMenu)
10 {
11 }
12};
An abstract wrapper to provide common interface for items that can be stored in a BaseGroup.
void OnDonePerform(IEntity user, BaseSelectionMenu sourceMenu)
Callback for when this entry should cleanup after itself, aka "deselect".
ref array< ScriptedSelectionMenuEntry > m_aEntries