Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_QuickslotBaseContainer Class 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

Protected Member Functions

void ActivateContainer ()
 Gets called when the quickslot with this container is activated.
void HandleVisualization (ImageWidget iconImage, RenderTargetWidget renderTarget, RichTextWidget text, TextWidget quickslotNumber)
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.

Definition at line 3 of file SCR_QuickslotBaseContainer.c.

Member Function Documentation

◆ ActivateContainer()

void SCR_QuickslotBaseContainer::ActivateContainer ( )
protected

Gets called when the quickslot with this container is activated.

◆ HandleVisualization()

void SCR_QuickslotBaseContainer::HandleVisualization ( ImageWidget iconImage,
RenderTargetWidget renderTarget,
RichTextWidget text,
TextWidget quickslotNumber )
protected

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

◆ IsQuickslotActionAvailable()

bool SCR_QuickslotBaseContainer::IsQuickslotActionAvailable ( )
protected

returns true if the containers action can be performed

Member Data Documentation

◆ COMMAND_OUTLINE_WIDGET_NAME

const string SCR_QuickslotBaseContainer::COMMAND_OUTLINE_WIDGET_NAME = "CommandOutline"
staticprotected

Definition at line 5 of file SCR_QuickslotBaseContainer.c.


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