Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ServicePointMapDescriptorComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_ServicePointMapDescriptorComponentClass
 

Functions

SCR_ServicePointMapDescriptorComponentClass SCR_MapDescriptorComponentClass Attribute ("", desc:"Name of marker (service is active).")
 
void SetParentBase (SCR_MilitaryBaseComponent base, bool duringInit=false)
 
void SetServiceMarker (Faction faction=null, bool visible=true)
 
void SetServiceMarkerActive (bool active)
 
void SetVisible (int layer)
 
void ShowServiceHint (MapItem show)
 
void HideServiceHint (MapItem show)
 
void SCR_ServicePointMapDescriptorComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 
void ~SCR_ServicePointMapDescriptorComponent ()
 

Variables

UI layouts Campaign ServiceHint layout protected ResourceName m_sDescriptorServiceHint
 
protected string m_sMarkerSmall = "Slot_Small"
 
protected Widget m_wDescriptorServiceHint
 
protected SCR_MilitaryBaseComponent m_Base
 

Function Documentation

◆ Attribute()

SCR_ServicePointMapDescriptorComponentClass SCR_MapDescriptorComponentClass Attribute ( ""  ,
desc:"Name of marker (service is active)."   
)

Definition at line 7 of file SCR_ServicePointMapDescriptorComponent.c.

◆ HideServiceHint()

void HideServiceHint ( MapItem  show)
Parameters
[in]show

Definition at line 183 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SCR_ServicePointMapDescriptorComponent()

void SCR_ServicePointMapDescriptorComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 198 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SetParentBase()

void SetParentBase ( SCR_MilitaryBaseComponent  base,
bool  duringInit = false 
)
Parameters
[in]base
[in]duringInit

Definition at line 31 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SetServiceMarker()

void SetServiceMarker ( Faction  faction = null,
bool  visible = true 
)
Parameters
[in]faction
[in]visible

Definition at line 42 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SetServiceMarkerActive()

void SetServiceMarkerActive ( bool  active)
Parameters
[in]active

Definition at line 76 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SetVisible()

void SetVisible ( int  layer)
Parameters
[in]layer

Definition at line 95 of file SCR_ServicePointMapDescriptorComponent.c.

◆ ShowServiceHint()

void ShowServiceHint ( MapItem  show)
Parameters
[in]show

Definition at line 132 of file SCR_ServicePointMapDescriptorComponent.c.

◆ ~SCR_ServicePointMapDescriptorComponent()

Variable Documentation

◆ m_Base

protected SCR_MilitaryBaseComponent m_Base

Definition at line 26 of file SCR_ServicePointMapDescriptorComponent.c.

◆ m_sDescriptorServiceHint

UI layouts Campaign ServiceHint layout protected ResourceName m_sDescriptorServiceHint

Definition at line 20 of file SCR_ServicePointMapDescriptorComponent.c.

◆ m_sMarkerSmall

protected string m_sMarkerSmall = "Slot_Small"

Definition at line 22 of file SCR_ServicePointMapDescriptorComponent.c.

◆ m_wDescriptorServiceHint

protected Widget m_wDescriptorServiceHint

Definition at line 24 of file SCR_ServicePointMapDescriptorComponent.c.