Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_QuickslotBaseContainer Interface Reference

SCR_QuickslotBaseContainer is intended to be used for quickslots, to allow quickslotting of non-item and custom things. More...

Inheritance diagram for SCR_QuickslotBaseContainer:
SCR_QuickslotCommandContainer SCR_QuickslotEntityContainer

Public Member Functions

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
 

Static Protected Attributes

static const string COMMAND_OUTLINE_WIDGET_NAME = "CommandOutline"
 

Detailed Description

SCR_QuickslotBaseContainer is intended to be used for quickslots, to allow quickslotting of non-item and custom things.

Member Function Documentation

◆ ActivateContainer()

void SCR_QuickslotBaseContainer.ActivateContainer ( )

Gets called when the quickslot with this container is activated.

Implemented in SCR_QuickslotCommandContainer.

◆ HandleVisualization()

void SCR_QuickslotBaseContainer.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.

Implemented in SCR_QuickslotCommandContainer, and SCR_QuickslotEntityContainer.

◆ IsQuickslotActionAvailable()

bool SCR_QuickslotBaseContainer.IsQuickslotActionAvailable ( )

returns true if the containers action can be performed

Implemented in SCR_QuickslotCommandContainer, and SCR_QuickslotEntityContainer.

Member Data Documentation

◆ COMMAND_OUTLINE_WIDGET_NAME

const string SCR_QuickslotBaseContainer.COMMAND_OUTLINE_WIDGET_NAME = "CommandOutline"
staticprotected

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