Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes | List of all members
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:
[legend]

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.
 

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_QuickslotEntityContainer, and SCR_QuickslotCommandContainer.

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: