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_SupportStationAreaMeshComponentClass |
Functions | |
SCR_SupportStationAreaMeshComponentClass SCR_BaseAreaMeshComponentClass | Attribute (desc:"Set NONE to get first found support station. Else it will find the specific support station of the same type. It will always search itself, the parent, compartments and the compartments of the parents to find the SupportStation", uiwidget:UIWidgets.SearchComboBox, enums:ParamEnumArray.FromEnum(ESupportStationType), category:"Support Station")] protected ESupportStationType m_eSearchForType |
override float | GetRadius () |
protected SCR_BaseSupportStationComponent | GetSupportStation (IEntity owner) |
protected override ResourceName | GetMaterial () |
protected void | OnEnabledChanged (bool enabled) |
override void | EOnInit (IEntity owner) |
protected void | Init (IEntity owner) |
override void | OnDelete (IEntity owner) |
Variables | |
protected ResourceName | m_sDisabledMaterial |
protected float | m_fRadius |
protected SCR_BaseSupportStationComponent | m_SupportStationComponent |
SCR_SupportStationAreaMeshComponentClass SCR_BaseAreaMeshComponentClass Attribute | ( | desc:"Set NONE to get first found support station. Else it will find the specific support station of the same type. It will always search | itself, |
the | parent, | ||
compartments and the compartments of the parents to find the SupportStation" | , | ||
uiwidget:UIWidgets. | SearchComboBox, | ||
enums:ParamEnumArray. | FromEnumESupportStationType, | ||
category:"Support Station" | |||
) |
protected override ResourceName GetMaterial | ( | ) |
Definition at line 55 of file SCR_SupportStationAreaMeshComponent.c.
override float GetRadius | ( | ) |
Get radius of the area. To be overloaded by inherited classes.
Definition at line 21 of file SCR_SupportStationAreaMeshComponent.c.
protected SCR_BaseSupportStationComponent GetSupportStation | ( | IEntity | owner | ) |
Definition at line 35 of file SCR_SupportStationAreaMeshComponent.c.
protected void Init | ( | IEntity | owner | ) |
Definition at line 97 of file SCR_SupportStationAreaMeshComponent.c.
protected void OnEnabledChanged | ( | bool | enabled | ) |
Definition at line 65 of file SCR_SupportStationAreaMeshComponent.c.
protected float m_fRadius |
Definition at line 15 of file SCR_SupportStationAreaMeshComponent.c.
protected ResourceName m_sDisabledMaterial |
Definition at line 12 of file SCR_SupportStationAreaMeshComponent.c.
protected SCR_BaseSupportStationComponent m_SupportStationComponent |
Definition at line 18 of file SCR_SupportStationAreaMeshComponent.c.