Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ScenarioPanelEditorUIComponent Interface Reference
Inheritance diagram for SCR_ScenarioPanelEditorUIComponent:

Public Member Functions

override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 

Protected Member Functions

void ShowButtonOrFullWindow (bool showFullWindow)
 
void OnAttributeChanges ()
 
void OnPlayerSpawned (int playerID, SCR_EditableEntityComponent entity, SCR_EditableEntityComponent prevEntity)
 
void OnFactionSetPlayable (SCR_Faction faction, bool playable)
 
void StopListeningToEvents ()
 

Protected Attributes

string m_sFullWindowName
 
string m_sButtonOnlyName
 
Widget m_wRoot
 
bool m_bListeningToEvents
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_ScenarioPanelEditorUIComponent.HandlerAttached ( Widget w)

◆ HandlerDeattached()

override void SCR_ScenarioPanelEditorUIComponent.HandlerDeattached ( Widget w)

◆ OnAttributeChanges()

void SCR_ScenarioPanelEditorUIComponent.OnAttributeChanges ( )
protected

◆ OnFactionSetPlayable()

void SCR_ScenarioPanelEditorUIComponent.OnFactionSetPlayable ( SCR_Faction faction,
bool playable )
protected

◆ OnPlayerSpawned()

void SCR_ScenarioPanelEditorUIComponent.OnPlayerSpawned ( int playerID,
SCR_EditableEntityComponent entity,
SCR_EditableEntityComponent prevEntity )
protected

◆ ShowButtonOrFullWindow()

void SCR_ScenarioPanelEditorUIComponent.ShowButtonOrFullWindow ( bool showFullWindow)
protected

◆ StopListeningToEvents()

void SCR_ScenarioPanelEditorUIComponent.StopListeningToEvents ( )
protected

Member Data Documentation

◆ m_bListeningToEvents

bool SCR_ScenarioPanelEditorUIComponent.m_bListeningToEvents
protected

◆ m_sButtonOnlyName

string SCR_ScenarioPanelEditorUIComponent.m_sButtonOnlyName
protected

◆ m_sFullWindowName

string SCR_ScenarioPanelEditorUIComponent.m_sFullWindowName
protected

◆ m_wRoot

Widget SCR_ScenarioPanelEditorUIComponent.m_wRoot
protected

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