![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
SCR_QuickslotBaseContainer is intended to be used for quickslots, to allow quickslotting of non-item and custom things. More...
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" |
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.
|
protected |
Gets called when the quickslot with this container is activated.
|
protected |
Handles how the quickslot with this container is represented visually \params widgets that are available for the quickslot visualization
|
protected |
returns true if the containers action can be performed
|
staticprotected |
Definition at line 5 of file SCR_QuickslotBaseContainer.c.