Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
SCR_ServicePointMapDescriptorComponentClass SCR_MapDescriptorComponentClass Attribute | ( | "" | , |
desc:"Name of marker (service is active)." | |||
) |
Definition at line 7 of file SCR_ServicePointMapDescriptorComponent.c.
void HideServiceHint | ( | MapItem | show | ) |
[in] | show |
Definition at line 183 of file SCR_ServicePointMapDescriptorComponent.c.
void SCR_ServicePointMapDescriptorComponent | ( | IEntityComponentSource | src, |
IEntity | ent, | ||
IEntity | parent | ||
) |
[in] | src | |
[in] | ent | |
[in] | parent |
Definition at line 198 of file SCR_ServicePointMapDescriptorComponent.c.
void SetParentBase | ( | SCR_MilitaryBaseComponent | base, |
bool | duringInit = false |
||
) |
[in] | base | |
[in] | duringInit |
Definition at line 31 of file SCR_ServicePointMapDescriptorComponent.c.
[in] | faction | |
[in] | visible |
Definition at line 42 of file SCR_ServicePointMapDescriptorComponent.c.
void SetServiceMarkerActive | ( | bool | active | ) |
[in] | active |
Definition at line 76 of file SCR_ServicePointMapDescriptorComponent.c.
void SetVisible | ( | int | layer | ) |
[in] | layer |
Definition at line 95 of file SCR_ServicePointMapDescriptorComponent.c.
void ShowServiceHint | ( | MapItem | show | ) |
[in] | show |
Definition at line 132 of file SCR_ServicePointMapDescriptorComponent.c.
void ~SCR_ServicePointMapDescriptorComponent | ( | ) |
Definition at line 207 of file SCR_ServicePointMapDescriptorComponent.c.
protected SCR_MilitaryBaseComponent m_Base |
Definition at line 26 of file SCR_ServicePointMapDescriptorComponent.c.
Definition at line 20 of file SCR_ServicePointMapDescriptorComponent.c.
protected string m_sMarkerSmall = "Slot_Small" |
Definition at line 22 of file SCR_ServicePointMapDescriptorComponent.c.
protected Widget m_wDescriptorServiceHint |
Definition at line 24 of file SCR_ServicePointMapDescriptorComponent.c.