Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseGroupEntry Class Reference

An abstract wrapper to provide common interface for items that can be stored in a BaseGroup. More...

Inheritance diagram for SCR_BaseGroupEntry:
ScriptedSelectionMenuEntry SCR_GroupWeaponEntry

Protected Member Functions

void OnDonePerform (IEntity user, BaseSelectionMenu sourceMenu)
 Callback for when this entry should cleanup after itself, aka "deselect".

Protected Attributes

ref array< ScriptedSelectionMenuEntrym_aEntries

Detailed Description

An abstract wrapper to provide common interface for items that can be stored in a BaseGroup.

Definition at line 3 of file SCR_BaseGroupEntry.c.

Member Function Documentation

◆ OnDonePerform()

void SCR_BaseGroupEntry::OnDonePerform ( IEntity user,
BaseSelectionMenu sourceMenu )
inlineprotected

Callback for when this entry should cleanup after itself, aka "deselect".

Definition at line 9 of file SCR_BaseGroupEntry.c.

Member Data Documentation

◆ m_aEntries

ref array<ScriptedSelectionMenuEntry> SCR_BaseGroupEntry::m_aEntries
protected

Definition at line 5 of file SCR_BaseGroupEntry.c.


The documentation for this class was generated from the following file: