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

Scripted base radial menu implementation. More...

Inheritance diagram for SCR_BaseSelectionMenu:
ScriptedSelectionMenu

Protected Member Functions

override event void OnOpen (IEntity owner)
 Callback when open is requested.
override event void OnClose (IEntity owner)
 Callback when close is requested.
override event void OnUpdate (IEntity owner, float timeSlice)
 Callback when menu update is requested.
void SCR_BaseSelectionMenu ()
void ~SCR_BaseSelectionMenu ()

Protected Attributes

ref SCR_BaseSelectionMenuDisplay m_pDisplay
 The display responsible for displaying the UI of this radial menu.

Detailed Description

Scripted base radial menu implementation.

Definition at line 4 of file SCR_BaseSelectionMenu.c.

Constructor & Destructor Documentation

◆ SCR_BaseSelectionMenu()

void SCR_BaseSelectionMenu::SCR_BaseSelectionMenu ( )
inlineprotected

Definition at line 55 of file SCR_BaseSelectionMenu.c.

◆ ~SCR_BaseSelectionMenu()

void SCR_BaseSelectionMenu::~SCR_BaseSelectionMenu ( )
inlineprotected

Definition at line 73 of file SCR_BaseSelectionMenu.c.

Member Function Documentation

◆ OnClose()

override event void SCR_BaseSelectionMenu::OnClose ( IEntity owner)
inlineprotected

Callback when close is requested.

Definition at line 34 of file SCR_BaseSelectionMenu.c.

◆ OnOpen()

override event void SCR_BaseSelectionMenu::OnOpen ( IEntity owner)
inlineprotected

Callback when open is requested.

Definition at line 21 of file SCR_BaseSelectionMenu.c.

◆ OnUpdate()

override event void SCR_BaseSelectionMenu::OnUpdate ( IEntity owner,
float timeSlice )
inlineprotected

Callback when menu update is requested.

Definition at line 47 of file SCR_BaseSelectionMenu.c.

Member Data Documentation

◆ m_pDisplay

ref SCR_BaseSelectionMenuDisplay SCR_BaseSelectionMenu::m_pDisplay
protected

The display responsible for displaying the UI of this radial menu.

Definition at line 17 of file SCR_BaseSelectionMenu.c.


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