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

Public Member Functions

void SetDefault ()
 Sets all parameters in display to default values DISCLAIMER: This will most likely override data you've had.
 
void SetContent (array< BaseSelectionMenuEntry > allEntries, array< BaseSelectionMenuEntry > disabledEntries)
 Used to pass in the radial menu content.
 
void SetSelection (BaseSelectionMenuEntry selectedEntry, vector selectionInput, float selectionAngle, float minInputMagnitude)
 Used to set selected entry. Can be null as for no selection.
 
void SetSelection (BaseSelectionMenuEntry selectedEntry)
 Generaly Used for setting selected entry.
 
void SetOpen (IEntity owner, bool open)
 Used to set open state.
 

Protected Attributes

bool m_bIsOpen
 Is the menu open, should this display be drawn?
 

Member Function Documentation

◆ SetContent()

void SCR_BaseSelectionMenuDisplay.SetContent ( array< BaseSelectionMenuEntry allEntries,
array< BaseSelectionMenuEntry disabledEntries 
)

Used to pass in the radial menu content.

◆ SetDefault()

void SCR_BaseSelectionMenuDisplay.SetDefault ( )

Sets all parameters in display to default values DISCLAIMER: This will most likely override data you've had.

Make sure you know what you're doing!

◆ SetOpen()

void SCR_BaseSelectionMenuDisplay.SetOpen ( IEntity  owner,
bool  open 
)

Used to set open state.

◆ SetSelection() [1/2]

void SCR_BaseSelectionMenuDisplay.SetSelection ( BaseSelectionMenuEntry  selectedEntry)

Generaly Used for setting selected entry.

◆ SetSelection() [2/2]

void SCR_BaseSelectionMenuDisplay.SetSelection ( BaseSelectionMenuEntry  selectedEntry,
vector  selectionInput,
float  selectionAngle,
float  minInputMagnitude 
)

Used to set selected entry. Can be null as for no selection.

Member Data Documentation

◆ m_bIsOpen

bool SCR_BaseSelectionMenuDisplay.m_bIsOpen
protected

Is the menu open, should this display be drawn?


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