|
Arma Reforger Script API
|
SCR_QuickslotBaseContainer is intended to be used for quickslots, to allow quickslotting of non-item and custom things. More...
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" |
SCR_QuickslotBaseContainer is intended to be used for quickslots, to allow quickslotting of non-item and custom things.
| void SCR_QuickslotBaseContainer.ActivateContainer | ( | ) |
Gets called when the quickslot with this container is activated.
Implemented in SCR_QuickslotCommandContainer.
| 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.
| bool SCR_QuickslotBaseContainer.IsQuickslotActionAvailable | ( | ) |
returns true if the containers action can be performed
Implemented in SCR_QuickslotCommandContainer, and SCR_QuickslotEntityContainer.
|
staticprotected |