Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_QuickslotEntityContainer Interface Reference
Inheritance diagram for SCR_QuickslotEntityContainer:
[legend]

Public Member 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)
 Handles how the quickslot with this container is represented visually \params widgets that are available for the quickslot visualization.
 
override bool IsQuickslotActionAvailable ()
 returns true if the containers action can be performed
 
- Public Member Functions inherited from SCR_QuickslotBaseContainer
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
 

Protected Attributes

IEntity m_Entity
 

Additional Inherited Members

- Static Protected Attributes inherited from SCR_QuickslotBaseContainer
static const string COMMAND_OUTLINE_WIDGET_NAME = "CommandOutline"
 

Constructor & Destructor Documentation

◆ SCR_QuickslotEntityContainer()

void SCR_QuickslotEntityContainer.SCR_QuickslotEntityContainer ( IEntity  entity)

Member Function Documentation

◆ ActivateContainer()

void SCR_QuickslotEntityContainer.ActivateContainer ( SCR_InventorySlotUI  slotUI,
ChimeraCharacter  playerCharacter 
)

◆ GetEntity()

IEntity SCR_QuickslotEntityContainer.GetEntity ( )

◆ HandleVisualization()

override void SCR_QuickslotEntityContainer.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.

Implements SCR_QuickslotBaseContainer.

◆ IsQuickslotActionAvailable()

override bool SCR_QuickslotEntityContainer.IsQuickslotActionAvailable ( )

returns true if the containers action can be performed

Implements SCR_QuickslotBaseContainer.

◆ SetEntity()

void SCR_QuickslotEntityContainer.SetEntity ( IEntity  entity)

Member Data Documentation

◆ m_Entity

IEntity SCR_QuickslotEntityContainer.m_Entity
protected

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