Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ServicePointMapDescriptorComponent Interface Reference
Inheritance diagram for SCR_ServicePointMapDescriptorComponent:
SCR_MapDescriptorComponent MapDescriptorComponent GameComponent

Public Member Functions

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 ()
 
- Public Member Functions inherited from MapDescriptorComponent
proto external int GetBaseType ()
 Determine type of descriptor.
 
proto external int GetUnitType ()
 Determine unit type of descriptor - may not be set if not unit.
 
proto external int GetGroupType ()
 Determine group type of descriptor.
 
proto external MapItem Item ()
 Search for the item. Use with moderation and ideally not inside tight loops.
 
- Public Member Functions inherited from GameComponent
bool OnTicksOnRemoteProxy ()
 

Protected Attributes

string m_sMarkerActive
 
string m_sMarkerInactive
 
string m_sMarkerName
 
string m_sMarkerDesc
 
ResourceName m_sDescriptorServiceHint
 
string m_sMarkerSmall = "Slot_Small"
 
Widget m_wDescriptorServiceHint
 
SCR_MilitaryBaseComponent m_Base
 

Constructor & Destructor Documentation

◆ SCR_ServicePointMapDescriptorComponent()

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

◆ ~SCR_ServicePointMapDescriptorComponent()

void SCR_ServicePointMapDescriptorComponent.~SCR_ServicePointMapDescriptorComponent ( )

Member Function Documentation

◆ HideServiceHint()

void SCR_ServicePointMapDescriptorComponent.HideServiceHint ( MapItem show)
Parameters
[in]show

◆ SetParentBase()

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

◆ SetServiceMarker()

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

◆ SetServiceMarkerActive()

void SCR_ServicePointMapDescriptorComponent.SetServiceMarkerActive ( bool active)
Parameters
[in]active

◆ SetVisible()

void SCR_ServicePointMapDescriptorComponent.SetVisible ( int layer)
Parameters
[in]layer

◆ ShowServiceHint()

void SCR_ServicePointMapDescriptorComponent.ShowServiceHint ( MapItem show)
Parameters
[in]show

Member Data Documentation

◆ m_Base

SCR_MilitaryBaseComponent SCR_ServicePointMapDescriptorComponent.m_Base
protected

◆ m_sDescriptorServiceHint

ResourceName SCR_ServicePointMapDescriptorComponent.m_sDescriptorServiceHint
protected

◆ m_sMarkerActive

string SCR_ServicePointMapDescriptorComponent.m_sMarkerActive
protected

◆ m_sMarkerDesc

string SCR_ServicePointMapDescriptorComponent.m_sMarkerDesc
protected

◆ m_sMarkerInactive

string SCR_ServicePointMapDescriptorComponent.m_sMarkerInactive
protected

◆ m_sMarkerName

string SCR_ServicePointMapDescriptorComponent.m_sMarkerName
protected

◆ m_sMarkerSmall

string SCR_ServicePointMapDescriptorComponent.m_sMarkerSmall = "Slot_Small"
protected

◆ m_wDescriptorServiceHint

Widget SCR_ServicePointMapDescriptorComponent.m_wDescriptorServiceHint
protected

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