Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SCR_SelectionMenuControllerInputs Interface Reference

Configurable menu controls for controlling entity This controls are defined at controlling entity - e.g. More...

Inheritance diagram for SCR_SelectionMenuControllerInputs:
[legend]

Public Member Functions

void SCR_SelectionMenuOpening (string openAction="")
 
bool IsControllingMenu (IEntity controller)
 Return true if given entity is controlling current menu.
 

Public Attributes

IEntity m_Owner
 
string m_sControllerContext
 
string m_sOpenAction
 
string m_sToggleActionAlternative
 
bool m_bCloseOnReleaseOpen
 
bool m_bPerformOnClose
 
bool m_bCloseOnPerform
 
bool m_bOpenInRoot
 
bool m_bPreventEmptyMenuOpen
 
bool m_bShowWhileUnconcious
 

Detailed Description

Configurable menu controls for controlling entity This controls are defined at controlling entity - e.g.

Player, GM entity, Map, etc. E.g. For Quick slots menu and Editor actions menu will be different keys to open

Member Function Documentation

◆ IsControllingMenu()

bool SCR_SelectionMenuControllerInputs.IsControllingMenu ( IEntity  controller)

Return true if given entity is controlling current menu.

◆ SCR_SelectionMenuOpening()

void SCR_SelectionMenuControllerInputs.SCR_SelectionMenuOpening ( string  openAction = "")

Member Data Documentation

◆ m_bCloseOnPerform

bool SCR_SelectionMenuControllerInputs.m_bCloseOnPerform

◆ m_bCloseOnReleaseOpen

bool SCR_SelectionMenuControllerInputs.m_bCloseOnReleaseOpen

◆ m_bOpenInRoot

bool SCR_SelectionMenuControllerInputs.m_bOpenInRoot

◆ m_bPerformOnClose

bool SCR_SelectionMenuControllerInputs.m_bPerformOnClose

◆ m_bPreventEmptyMenuOpen

bool SCR_SelectionMenuControllerInputs.m_bPreventEmptyMenuOpen

◆ m_bShowWhileUnconcious

bool SCR_SelectionMenuControllerInputs.m_bShowWhileUnconcious

◆ m_Owner

IEntity SCR_SelectionMenuControllerInputs.m_Owner

◆ m_sControllerContext

string SCR_SelectionMenuControllerInputs.m_sControllerContext

◆ m_sOpenAction

string SCR_SelectionMenuControllerInputs.m_sOpenAction

◆ m_sToggleActionAlternative

string SCR_SelectionMenuControllerInputs.m_sToggleActionAlternative

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