Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MapUIElement Class Reference
Inheritance diagram for SCR_MapUIElement:
SCR_ScriptedWidgetComponent SCR_CampaignMapUIElement SCR_CampaignMapUIPlayerHighlight SCR_MapUISpawnPoint SCR_TaskMapUIComponent SCR_TutorialFastTravelMapElement SCR_CampaignMapUIBase SCR_CampaignMapUIService SCR_TutorialMapUIBase SCR_ConflictTaskMapUIComponent SCR_TutorialTaskMapUIComponent SCR_CampaignLogisticMapUIBase SCR_CampaignOperationsMapUIBase

Protected Member Functions

override void HandlerAttached (Widget w)
void SetParent (SCR_MapUIElementContainer parent)
string GetName ()
bool GetIconVisible ()
void ShowName (bool visible)
void SetVisible (bool visible)
Widget GetRoot ()
override bool OnClick (Widget w, int x, int y, int button)
void SelectIcon (bool invoke=true)
void Select (bool select=true)
void AnimExpand ()
void AnimCollapse ()
void PlayHoverSound (string sound)
vector GetPos ()
void SetImage (string image)
Color GetColorForFaction (string factionKey)
RplId GetSpawnPointId ()
void SetName (string name)

Protected Attributes

SCR_MapUIElementContainer m_Parent
MapItem m_MapItem
ImageWidget m_wImage
ImageWidget m_wGradient
ImageWidget m_wSelectImg
ImageWidget m_wHighlightImg
bool m_bIsSelected
const float ANIM_SPEED = 20
SCR_EIconType m_eIconType
bool m_bVisible = false
ResourceName m_sImageSetARO
ResourceName m_sImageSetSpecial
bool m_bUseBackgroundGradient
string m_sSoundBase
string m_sSoundEnemyBase
string m_sSoundRelay
string m_sSoundTask
string m_sSoundService
string m_sSoundHover
ref Color m_UnknownFactionColor
string m_sName

Static Protected Attributes

static SCR_MapUIElement s_SelectedElement

Detailed Description

Definition at line 12 of file SCR_MapUIElement.c.

Member Function Documentation

◆ AnimCollapse()

void SCR_MapUIElement::AnimCollapse ( )
inlineprotected

Definition at line 164 of file SCR_MapUIElement.c.

◆ AnimExpand()

void SCR_MapUIElement::AnimExpand ( )
inlineprotected

Definition at line 159 of file SCR_MapUIElement.c.

◆ GetColorForFaction()

Color SCR_MapUIElement::GetColorForFaction ( string factionKey)
inlineprotected

Definition at line 186 of file SCR_MapUIElement.c.

◆ GetIconVisible()

bool SCR_MapUIElement::GetIconVisible ( )
inlineprotected

Definition at line 87 of file SCR_MapUIElement.c.

◆ GetName()

string SCR_MapUIElement::GetName ( )
inlineprotected

Definition at line 81 of file SCR_MapUIElement.c.

◆ GetPos()

vector SCR_MapUIElement::GetPos ( )
inlineprotected

Definition at line 176 of file SCR_MapUIElement.c.

◆ GetRoot()

Widget SCR_MapUIElement::GetRoot ( )
inlineprotected

Definition at line 104 of file SCR_MapUIElement.c.

◆ GetSpawnPointId()

RplId SCR_MapUIElement::GetSpawnPointId ( )
inlineprotected

Definition at line 200 of file SCR_MapUIElement.c.

◆ HandlerAttached()

override void SCR_MapUIElement::HandlerAttached ( Widget w)
inlineprotected

Definition at line 62 of file SCR_MapUIElement.c.

◆ OnClick()

override bool SCR_MapUIElement::OnClick ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 124 of file SCR_MapUIElement.c.

◆ PlayHoverSound()

void SCR_MapUIElement::PlayHoverSound ( string sound)
inlineprotected

Definition at line 169 of file SCR_MapUIElement.c.

◆ Select()

void SCR_MapUIElement::Select ( bool select = true)
inlineprotected

Definition at line 138 of file SCR_MapUIElement.c.

◆ SelectIcon()

void SCR_MapUIElement::SelectIcon ( bool invoke = true)
inlineprotected

Definition at line 133 of file SCR_MapUIElement.c.

◆ SetImage()

void SCR_MapUIElement::SetImage ( string image)
inlineprotected

Definition at line 181 of file SCR_MapUIElement.c.

◆ SetName()

void SCR_MapUIElement::SetName ( string name)
protected

◆ SetParent()

void SCR_MapUIElement::SetParent ( SCR_MapUIElementContainer parent)
inlineprotected

Definition at line 75 of file SCR_MapUIElement.c.

◆ SetVisible()

void SCR_MapUIElement::SetVisible ( bool visible)
inlineprotected

Definition at line 98 of file SCR_MapUIElement.c.

◆ ShowName()

void SCR_MapUIElement::ShowName ( bool visible)
inlineprotected

Definition at line 93 of file SCR_MapUIElement.c.

Member Data Documentation

◆ ANIM_SPEED

const float SCR_MapUIElement::ANIM_SPEED = 20
protected

Definition at line 25 of file SCR_MapUIElement.c.

◆ m_bIsSelected

bool SCR_MapUIElement::m_bIsSelected
protected

Definition at line 24 of file SCR_MapUIElement.c.

◆ m_bUseBackgroundGradient

bool SCR_MapUIElement::m_bUseBackgroundGradient
protected

Definition at line 36 of file SCR_MapUIElement.c.

◆ m_bVisible

bool SCR_MapUIElement::m_bVisible = false
protected

Definition at line 27 of file SCR_MapUIElement.c.

◆ m_eIconType

SCR_EIconType SCR_MapUIElement::m_eIconType
protected

Definition at line 26 of file SCR_MapUIElement.c.

◆ m_MapItem

MapItem SCR_MapUIElement::m_MapItem
protected

Definition at line 17 of file SCR_MapUIElement.c.

◆ m_Parent

SCR_MapUIElementContainer SCR_MapUIElement::m_Parent
protected

Definition at line 14 of file SCR_MapUIElement.c.

◆ m_sImageSetARO

ResourceName SCR_MapUIElement::m_sImageSetARO
protected

Definition at line 30 of file SCR_MapUIElement.c.

◆ m_sImageSetSpecial

ResourceName SCR_MapUIElement::m_sImageSetSpecial
protected

Definition at line 33 of file SCR_MapUIElement.c.

◆ m_sName

string SCR_MapUIElement::m_sName
protected

Definition at line 59 of file SCR_MapUIElement.c.

◆ m_sSoundBase

string SCR_MapUIElement::m_sSoundBase
protected

Definition at line 39 of file SCR_MapUIElement.c.

◆ m_sSoundEnemyBase

string SCR_MapUIElement::m_sSoundEnemyBase
protected

Definition at line 42 of file SCR_MapUIElement.c.

◆ m_sSoundHover

string SCR_MapUIElement::m_sSoundHover
protected

Definition at line 54 of file SCR_MapUIElement.c.

◆ m_sSoundRelay

string SCR_MapUIElement::m_sSoundRelay
protected

Definition at line 45 of file SCR_MapUIElement.c.

◆ m_sSoundService

string SCR_MapUIElement::m_sSoundService
protected

Definition at line 51 of file SCR_MapUIElement.c.

◆ m_sSoundTask

string SCR_MapUIElement::m_sSoundTask
protected

Definition at line 48 of file SCR_MapUIElement.c.

◆ m_UnknownFactionColor

ref Color SCR_MapUIElement::m_UnknownFactionColor
protected

Definition at line 57 of file SCR_MapUIElement.c.

◆ m_wGradient

ImageWidget SCR_MapUIElement::m_wGradient
protected

Definition at line 20 of file SCR_MapUIElement.c.

◆ m_wHighlightImg

ImageWidget SCR_MapUIElement::m_wHighlightImg
protected

Definition at line 22 of file SCR_MapUIElement.c.

◆ m_wImage

ImageWidget SCR_MapUIElement::m_wImage
protected

Definition at line 19 of file SCR_MapUIElement.c.

◆ m_wSelectImg

ImageWidget SCR_MapUIElement::m_wSelectImg
protected

Definition at line 21 of file SCR_MapUIElement.c.

◆ s_SelectedElement

SCR_MapUIElement SCR_MapUIElement::s_SelectedElement
staticprotected

Definition at line 15 of file SCR_MapUIElement.c.


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