Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_PlayerToolbarItemEditorUIComponent Interface Reference
Inheritance diagram for SCR_PlayerToolbarItemEditorUIComponent:
SCR_EntityToolbarItemEditorUIComponent SCR_BaseToolbarItemEditorUIComponent

Public Member Functions

override void SetEntity (SCR_EditableEntityComponent entity, Widget widget, SCR_EditableEntitySlotManagerUIComponent slotManager)
 
override bool OnFocus (Widget w, int x, int y)
 
override bool OnFocusLost (Widget w, int x, int y)
 
- Public Member Functions inherited from SCR_EntityToolbarItemEditorUIComponent
override void InitToolbarItem (Widget widget)
 
override void HandlerDeattached (Widget w)
 

Protected Attributes

string m_sPlayerNameWidgetName
 
string m_sPlayerPlatformIconName
 
TextWidget m_wPlayerName
 
ImageWidget m_wPlatformIconWidget
 
- Protected Attributes inherited from SCR_EntityToolbarItemEditorUIComponent
string m_sIconWidgetName
 
string m_sNameWidgetName
 
SCR_EditableEntityComponent m_Entity
 
TextWidget m_NameWidget
 

Additional Inherited Members

- Protected Member Functions inherited from SCR_EntityToolbarItemEditorUIComponent
void SetName (SCR_EditableEntityComponent entity)
 
void RefreshName ()
 

Member Function Documentation

◆ OnFocus()

override bool SCR_PlayerToolbarItemEditorUIComponent.OnFocus ( Widget w,
int x,
int y )

◆ OnFocusLost()

override bool SCR_PlayerToolbarItemEditorUIComponent.OnFocusLost ( Widget w,
int x,
int y )

◆ SetEntity()

override void SCR_PlayerToolbarItemEditorUIComponent.SetEntity ( SCR_EditableEntityComponent entity,
Widget widget,
SCR_EditableEntitySlotManagerUIComponent slotManager )
Parameters
[in]entity
[in]widget
[in]slotManager

Implements SCR_EntityToolbarItemEditorUIComponent.

Member Data Documentation

◆ m_sPlayerNameWidgetName

string SCR_PlayerToolbarItemEditorUIComponent.m_sPlayerNameWidgetName
protected

◆ m_sPlayerPlatformIconName

string SCR_PlayerToolbarItemEditorUIComponent.m_sPlayerPlatformIconName
protected

◆ m_wPlatformIconWidget

ImageWidget SCR_PlayerToolbarItemEditorUIComponent.m_wPlatformIconWidget
protected

◆ m_wPlayerName

TextWidget SCR_PlayerToolbarItemEditorUIComponent.m_wPlayerName
protected

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