Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ServicePointMapDescriptorComponent.c File Reference

Go to the source code of this file.

Classes

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

ResourceName m_sDescriptorServiceHint
string m_sMarkerSmall = "Slot_Small"
Widget m_wDescriptorServiceHint
SCR_MilitaryBaseComponent m_Base

Function Documentation

◆ Attribute()

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

Definition at line 1 of file SCR_ServicePointMapDescriptorComponent.c.

◆ HideServiceHint()

void HideServiceHint ( MapItem show)
protected
Parameters
[in]show

Definition at line 183 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SCR_ServicePointMapDescriptorComponent()

void SCR_ServicePointMapDescriptorComponent ( IEntityComponentSource src,
IEntity ent,
IEntity parent )
protected
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 )
protected
Parameters
[in]base
[in]duringInit

Definition at line 31 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SetServiceMarker()

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

Definition at line 42 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SetServiceMarkerActive()

void SetServiceMarkerActive ( bool active)
protected
Parameters
[in]active

Definition at line 76 of file SCR_ServicePointMapDescriptorComponent.c.

◆ SetVisible()

void SetVisible ( int layer)
protected
Parameters
[in]layer

Definition at line 95 of file SCR_ServicePointMapDescriptorComponent.c.

◆ ShowServiceHint()

void ShowServiceHint ( MapItem show)
protected
Parameters
[in]show

Definition at line 132 of file SCR_ServicePointMapDescriptorComponent.c.

◆ ~SCR_ServicePointMapDescriptorComponent()

Variable Documentation

◆ m_Base

SCR_MilitaryBaseComponent m_Base
protected

Definition at line 26 of file SCR_ServicePointMapDescriptorComponent.c.

◆ m_sDescriptorServiceHint

ResourceName m_sDescriptorServiceHint
protected

Definition at line 20 of file SCR_ServicePointMapDescriptorComponent.c.

◆ m_sMarkerSmall

string m_sMarkerSmall = "Slot_Small"
protected

Definition at line 22 of file SCR_ServicePointMapDescriptorComponent.c.

◆ m_wDescriptorServiceHint

Widget m_wDescriptorServiceHint
protected

Definition at line 24 of file SCR_ServicePointMapDescriptorComponent.c.