Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_QuickslotCommandContainer Interface Reference
Inheritance diagram for SCR_QuickslotCommandContainer:
[legend]

Public Member Functions

void SetCommandName (string name)
 
string GetCommandName ()
 
override void ActivateContainer ()
 Gets called when the quickslot with this container is activated.
 
override void HandleVisualization (ImageWidget iconImage, RenderTargetWidget renderTarget, RichTextWidget text, TextWidget quickslotNumber)
 Handles how the quickslot with this container is represented visually \params widgets that are available for the quickslot visualization.
 
void SCR_QuickslotCommandContainer (string name)
 
override bool IsQuickslotActionAvailable ()
 returns true if the containers action can be performed
 
void ActivateContainer ()
 Gets called when the quickslot with this container is activated.
 
void HandleVisualization (ImageWidget iconImage, RenderTargetWidget renderTarget, RichTextWidget text, TextWidget quickslotNumber)
 Handles how the quickslot with this container is represented visually \params widgets that are available for the quickslot visualization.
 
bool IsQuickslotActionAvailable ()
 returns true if the containers action can be performed
 

Protected Attributes

string m_sCommandName
 

Additional Inherited Members

- Static Protected Attributes inherited from SCR_QuickslotBaseContainer
static const string COMMAND_OUTLINE_WIDGET_NAME = "CommandOutline"
 

Constructor & Destructor Documentation

◆ SCR_QuickslotCommandContainer()

void SCR_QuickslotCommandContainer.SCR_QuickslotCommandContainer ( string  name)

Member Function Documentation

◆ ActivateContainer()

override void SCR_QuickslotCommandContainer.ActivateContainer ( )

Gets called when the quickslot with this container is activated.

Implements SCR_QuickslotBaseContainer.

◆ GetCommandName()

string SCR_QuickslotCommandContainer.GetCommandName ( )

◆ HandleVisualization()

override void SCR_QuickslotCommandContainer.HandleVisualization ( ImageWidget  iconImage,
RenderTargetWidget  renderTarget,
RichTextWidget  text,
TextWidget  quickslotNumber 
)

Handles how the quickslot with this container is represented visually \params widgets that are available for the quickslot visualization.

Implements SCR_QuickslotBaseContainer.

◆ IsQuickslotActionAvailable()

override bool SCR_QuickslotCommandContainer.IsQuickslotActionAvailable ( )

returns true if the containers action can be performed

Implements SCR_QuickslotBaseContainer.

◆ SetCommandName()

void SCR_QuickslotCommandContainer.SetCommandName ( string  name)

Member Data Documentation

◆ m_sCommandName

string SCR_QuickslotCommandContainer.m_sCommandName
protected

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