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

Public Member Functions

override void HandlerAttached (Widget w)
 
IEntity SetPreviewedLoadout (notnull SCR_BasePlayerLoadout loadout, PreviewRenderAttributes attributes=null)
 
ItemPreviewManagerEntity GetPreviewManagerEntity ()
 
void SetPreviewManagerEntity (ItemPreviewManagerEntity instance)
 
ItemPreviewWidget GetItemPreviewWidget ()
 
void SetItemPreviewWidget (ItemPreviewWidget instance)
 
void SetReloadLoadout (bool flag)
 

Protected Member Functions

void DeleteChildrens (IEntity entity, bool deleteRoot)
 

Protected Attributes

ResourceName m_sPreviewManager
 
string m_sPreviewWidgetName
 
ItemPreviewManagerEntity m_PreviewManager
 
ItemPreviewWidget m_wPreview
 
bool m_bReloadLoadout
 

Member Function Documentation

◆ DeleteChildrens()

void SCR_LoadoutPreviewComponent.DeleteChildrens ( IEntity  entity,
bool  deleteRoot 
)
protected

◆ GetItemPreviewWidget()

ItemPreviewWidget SCR_LoadoutPreviewComponent.GetItemPreviewWidget ( )

◆ GetPreviewManagerEntity()

ItemPreviewManagerEntity SCR_LoadoutPreviewComponent.GetPreviewManagerEntity ( )

◆ HandlerAttached()

override void SCR_LoadoutPreviewComponent.HandlerAttached ( Widget  w)

◆ SetItemPreviewWidget()

void SCR_LoadoutPreviewComponent.SetItemPreviewWidget ( ItemPreviewWidget  instance)

◆ SetPreviewedLoadout()

IEntity SCR_LoadoutPreviewComponent.SetPreviewedLoadout ( notnull SCR_BasePlayerLoadout  loadout,
PreviewRenderAttributes  attributes = null 
)

◆ SetPreviewManagerEntity()

void SCR_LoadoutPreviewComponent.SetPreviewManagerEntity ( ItemPreviewManagerEntity  instance)

◆ SetReloadLoadout()

void SCR_LoadoutPreviewComponent.SetReloadLoadout ( bool  flag)

Member Data Documentation

◆ m_bReloadLoadout

bool SCR_LoadoutPreviewComponent.m_bReloadLoadout
protected

◆ m_PreviewManager

ItemPreviewManagerEntity SCR_LoadoutPreviewComponent.m_PreviewManager
protected

◆ m_sPreviewManager

ResourceName SCR_LoadoutPreviewComponent.m_sPreviewManager
protected

◆ m_sPreviewWidgetName

string SCR_LoadoutPreviewComponent.m_sPreviewWidgetName
protected

◆ m_wPreview

ItemPreviewWidget SCR_LoadoutPreviewComponent.m_wPreview
protected

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