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

Protected Member Functions

void UpdateMilitarySymbol ()
void InitServices ()
void SetFakeBase (SCR_TutorialFakeBaseComponent fakeBase)
override vector GetPos ()
override void SetImage (string image)
override bool OnMouseEnter (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
override void AnimCollapse ()
override void AnimExpand ()
override void HandlerAttached (Widget w)

Protected Attributes

SizeLayoutWidget m_wImageOverlay
Widget m_wBaseFrame
Widget m_wBaseIcon
Widget m_wBaseOverlay
Widget m_wInfoOverlay
Widget m_wServices
TextWidget m_w_NameDialog
Widget m_w_ServicesOverlay
ImageWidget m_wLocalTask
TextWidget m_wBaseName
TextWidget m_wCallsignName
TextWidget m_wBaseNameDialog
TextWidget m_wCallsignNameDialog
Widget m_wInfoText
Widget m_wAntennaImg
bool m_bCanRespawn
bool m_bCanPlaySounds = true
SCR_MilitarySymbolUIComponent m_MilitarySymbol
SCR_TutorialFakeBaseComponent m_FakeBaseComp
ref ScriptInvoker m_OnBaseSelected = new ScriptInvoker()
ref ScriptInvoker m_OnMapIconEnter
ref ScriptInvoker m_OnMapIconClick

Static Protected Attributes

static Widget m_wServiceHint
static ref ScriptInvoker Event_OnIconUpdated = new ScriptInvoker()

Detailed Description

Definition at line 1 of file SCR_TutorialMapUIBase.c.

Member Function Documentation

◆ AnimCollapse()

override void SCR_TutorialMapUIBase::AnimCollapse ( )
inlineprotected

Definition at line 279 of file SCR_TutorialMapUIBase.c.

◆ AnimExpand()

override void SCR_TutorialMapUIBase::AnimExpand ( )
inlineprotected

Definition at line 292 of file SCR_TutorialMapUIBase.c.

◆ GetPos()

override vector SCR_TutorialMapUIBase::GetPos ( )
inlineprotected

Definition at line 173 of file SCR_TutorialMapUIBase.c.

◆ HandlerAttached()

override void SCR_TutorialMapUIBase::HandlerAttached ( Widget w)
inlineprotected

Definition at line 341 of file SCR_TutorialMapUIBase.c.

◆ InitServices()

void SCR_TutorialMapUIBase::InitServices ( )
inlineprotected

Definition at line 70 of file SCR_TutorialMapUIBase.c.

◆ OnMouseEnter()

override bool SCR_TutorialMapUIBase::OnMouseEnter ( Widget w,
int x,
int y )
inlineprotected

Definition at line 187 of file SCR_TutorialMapUIBase.c.

◆ OnMouseLeave()

override bool SCR_TutorialMapUIBase::OnMouseLeave ( Widget w,
Widget enterW,
int x,
int y )
inlineprotected

Definition at line 233 of file SCR_TutorialMapUIBase.c.

◆ SetFakeBase()

void SCR_TutorialMapUIBase::SetFakeBase ( SCR_TutorialFakeBaseComponent fakeBase)
inlineprotected

Definition at line 167 of file SCR_TutorialMapUIBase.c.

◆ SetImage()

override void SCR_TutorialMapUIBase::SetImage ( string image)
inlineprotected

Definition at line 182 of file SCR_TutorialMapUIBase.c.

◆ UpdateMilitarySymbol()

void SCR_TutorialMapUIBase::UpdateMilitarySymbol ( )
inlineprotected

Definition at line 36 of file SCR_TutorialMapUIBase.c.

Member Data Documentation

◆ Event_OnIconUpdated

ref ScriptInvoker SCR_TutorialMapUIBase::Event_OnIconUpdated = new ScriptInvoker()
staticprotected

Definition at line 29 of file SCR_TutorialMapUIBase.c.

◆ m_bCanPlaySounds

bool SCR_TutorialMapUIBase::m_bCanPlaySounds = true
protected

Definition at line 23 of file SCR_TutorialMapUIBase.c.

◆ m_bCanRespawn

bool SCR_TutorialMapUIBase::m_bCanRespawn
protected

Definition at line 22 of file SCR_TutorialMapUIBase.c.

◆ m_FakeBaseComp

SCR_TutorialFakeBaseComponent SCR_TutorialMapUIBase::m_FakeBaseComp
protected

Definition at line 27 of file SCR_TutorialMapUIBase.c.

◆ m_MilitarySymbol

SCR_MilitarySymbolUIComponent SCR_TutorialMapUIBase::m_MilitarySymbol
protected

Definition at line 25 of file SCR_TutorialMapUIBase.c.

◆ m_OnBaseSelected

ref ScriptInvoker SCR_TutorialMapUIBase::m_OnBaseSelected = new ScriptInvoker()
protected

Definition at line 31 of file SCR_TutorialMapUIBase.c.

◆ m_OnMapIconClick

ref ScriptInvoker SCR_TutorialMapUIBase::m_OnMapIconClick
protected

Definition at line 33 of file SCR_TutorialMapUIBase.c.

◆ m_OnMapIconEnter

ref ScriptInvoker SCR_TutorialMapUIBase::m_OnMapIconEnter
protected

Definition at line 32 of file SCR_TutorialMapUIBase.c.

◆ m_w_NameDialog

TextWidget SCR_TutorialMapUIBase::m_w_NameDialog
protected

Definition at line 10 of file SCR_TutorialMapUIBase.c.

◆ m_w_ServicesOverlay

Widget SCR_TutorialMapUIBase::m_w_ServicesOverlay
protected

Definition at line 12 of file SCR_TutorialMapUIBase.c.

◆ m_wAntennaImg

Widget SCR_TutorialMapUIBase::m_wAntennaImg
protected

Definition at line 20 of file SCR_TutorialMapUIBase.c.

◆ m_wBaseFrame

Widget SCR_TutorialMapUIBase::m_wBaseFrame
protected

Definition at line 4 of file SCR_TutorialMapUIBase.c.

◆ m_wBaseIcon

Widget SCR_TutorialMapUIBase::m_wBaseIcon
protected

Definition at line 5 of file SCR_TutorialMapUIBase.c.

◆ m_wBaseName

TextWidget SCR_TutorialMapUIBase::m_wBaseName
protected

Definition at line 14 of file SCR_TutorialMapUIBase.c.

◆ m_wBaseNameDialog

TextWidget SCR_TutorialMapUIBase::m_wBaseNameDialog
protected

Definition at line 16 of file SCR_TutorialMapUIBase.c.

◆ m_wBaseOverlay

Widget SCR_TutorialMapUIBase::m_wBaseOverlay
protected

Definition at line 6 of file SCR_TutorialMapUIBase.c.

◆ m_wCallsignName

TextWidget SCR_TutorialMapUIBase::m_wCallsignName
protected

Definition at line 15 of file SCR_TutorialMapUIBase.c.

◆ m_wCallsignNameDialog

TextWidget SCR_TutorialMapUIBase::m_wCallsignNameDialog
protected

Definition at line 17 of file SCR_TutorialMapUIBase.c.

◆ m_wImageOverlay

SizeLayoutWidget SCR_TutorialMapUIBase::m_wImageOverlay
protected

Definition at line 3 of file SCR_TutorialMapUIBase.c.

◆ m_wInfoOverlay

Widget SCR_TutorialMapUIBase::m_wInfoOverlay
protected

Definition at line 7 of file SCR_TutorialMapUIBase.c.

◆ m_wInfoText

Widget SCR_TutorialMapUIBase::m_wInfoText
protected

Definition at line 19 of file SCR_TutorialMapUIBase.c.

◆ m_wLocalTask

ImageWidget SCR_TutorialMapUIBase::m_wLocalTask
protected

Definition at line 13 of file SCR_TutorialMapUIBase.c.

◆ m_wServiceHint

Widget SCR_TutorialMapUIBase::m_wServiceHint
staticprotected

Definition at line 11 of file SCR_TutorialMapUIBase.c.

◆ m_wServices

Widget SCR_TutorialMapUIBase::m_wServices
protected

Definition at line 8 of file SCR_TutorialMapUIBase.c.


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