Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayerHubWarningEditorUIComponent Class Reference
Inheritance diagram for SCR_PlayerHubWarningEditorUIComponent:
SCR_BaseEditorUIComponent

Protected Member Functions

void UpdateTimer ()
void TimerDone (bool canceled=false)
void ShowTimer ()
void HideTimer ()
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)

Static Protected Member Functions

static void SetWarningTimer (int newTimer, SCR_PlayerHubAreaTriggerEntity newHub, IEntity playerInTrigger)
static void CancelWarningTimer (SCR_PlayerHubAreaTriggerEntity hub, bool hubDestroyed=false)

Protected Attributes

Widget m_WidgetRef
bool m_bTimerSet
int m_iCurrentWarningTimer
SCR_PlayerHubAreaTriggerEntity m_LinkedHub
string m_sTimerText
TextWidget m_TimerText
IEntity m_PlayerRef

Static Protected Attributes

static SCR_PlayerHubWarningEditorUIComponent m_Self

Detailed Description

Definition at line 1 of file SCR_PlayerHubWarningEditorUIComponent.c.

Member Function Documentation

◆ CancelWarningTimer()

void SCR_PlayerHubWarningEditorUIComponent::CancelWarningTimer ( SCR_PlayerHubAreaTriggerEntity hub,
bool hubDestroyed = false )
inlinestaticprotected
Parameters
[in]hub
[in]hubDestroyed

Definition at line 85 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ HandlerAttached()

override void SCR_PlayerHubWarningEditorUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 114 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ HandlerDeattached()

override void SCR_PlayerHubWarningEditorUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 123 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ HideTimer()

void SCR_PlayerHubWarningEditorUIComponent::HideTimer ( )
inlineprotected

Definition at line 106 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ SetWarningTimer()

void SCR_PlayerHubWarningEditorUIComponent::SetWarningTimer ( int newTimer,
SCR_PlayerHubAreaTriggerEntity newHub,
IEntity playerInTrigger )
inlinestaticprotected
Parameters
[in]newTimer
[in]newHub
[in]playerInTrigger

Definition at line 55 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ ShowTimer()

void SCR_PlayerHubWarningEditorUIComponent::ShowTimer ( )
inlineprotected

Definition at line 99 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ TimerDone()

void SCR_PlayerHubWarningEditorUIComponent::TimerDone ( bool canceled = false)
inlineprotected

Definition at line 37 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ UpdateTimer()

void SCR_PlayerHubWarningEditorUIComponent::UpdateTimer ( )
inlineprotected

Definition at line 21 of file SCR_PlayerHubWarningEditorUIComponent.c.

Member Data Documentation

◆ m_bTimerSet

bool SCR_PlayerHubWarningEditorUIComponent::m_bTimerSet
protected

Definition at line 6 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ m_iCurrentWarningTimer

int SCR_PlayerHubWarningEditorUIComponent::m_iCurrentWarningTimer
protected

Definition at line 7 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ m_LinkedHub

SCR_PlayerHubAreaTriggerEntity SCR_PlayerHubWarningEditorUIComponent::m_LinkedHub
protected

Definition at line 8 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ m_PlayerRef

IEntity SCR_PlayerHubWarningEditorUIComponent::m_PlayerRef
protected

Definition at line 15 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ m_Self

SCR_PlayerHubWarningEditorUIComponent SCR_PlayerHubWarningEditorUIComponent::m_Self
staticprotected

Definition at line 3 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ m_sTimerText

string SCR_PlayerHubWarningEditorUIComponent::m_sTimerText
protected

Definition at line 11 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ m_TimerText

TextWidget SCR_PlayerHubWarningEditorUIComponent::m_TimerText
protected

Definition at line 13 of file SCR_PlayerHubWarningEditorUIComponent.c.

◆ m_WidgetRef

Widget SCR_PlayerHubWarningEditorUIComponent::m_WidgetRef
protected

Definition at line 4 of file SCR_PlayerHubWarningEditorUIComponent.c.


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