![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_QuickslotBaseContainer |
| SCR_QuickslotBaseContainer is intended to be used for quickslots, to allow quickslotting of non-item and custom things. More... | |
| class | SCR_QuickslotCommandContainer |
Functions | |
| void | SetEntity (IEntity entity) |
| IEntity | GetEntity () |
| void | SCR_QuickslotEntityContainer (IEntity entity) |
| void | ActivateContainer (SCR_InventorySlotUI slotUI, ChimeraCharacter playerCharacter) |
| override void | HandleVisualization (ImageWidget iconImage, RenderTargetWidget renderTarget, RichTextWidget text, TextWidget quickslotNumber) |
| override bool | IsQuickslotActionAvailable () |
Variables | |
| class SCR_QuickslotBaseContainer | m_Entity |
| void ActivateContainer | ( | SCR_InventorySlotUI | slotUI, |
| ChimeraCharacter | playerCharacter ) |
Definition at line 48 of file SCR_QuickslotBaseContainer.c.
| override void HandleVisualization | ( | ImageWidget | iconImage, |
| RenderTargetWidget | renderTarget, | ||
| RichTextWidget | text, | ||
| TextWidget | quickslotNumber ) |
Definition at line 55 of file SCR_QuickslotBaseContainer.c.
| override bool IsQuickslotActionAvailable | ( | ) |
Definition at line 68 of file SCR_QuickslotBaseContainer.c.
| void SCR_QuickslotEntityContainer | ( | IEntity | entity | ) |
Definition at line 41 of file SCR_QuickslotBaseContainer.c.
| void SetEntity | ( | IEntity | entity | ) |
Definition at line 27 of file SCR_QuickslotBaseContainer.c.
| class SCR_QuickslotBaseContainer m_Entity |