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

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
 

Function Documentation

◆ Attribute()

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"   
)

◆ GetMaterial()

protected override ResourceName GetMaterial ( )

Definition at line 55 of file SCR_SupportStationAreaMeshComponent.c.

◆ GetRadius()

override float GetRadius ( )

Get radius of the area. To be overloaded by inherited classes.

Returns
Radius

Definition at line 21 of file SCR_SupportStationAreaMeshComponent.c.

◆ GetSupportStation()

protected SCR_BaseSupportStationComponent GetSupportStation ( IEntity  owner)

Definition at line 35 of file SCR_SupportStationAreaMeshComponent.c.

◆ Init()

protected void Init ( IEntity  owner)

Definition at line 97 of file SCR_SupportStationAreaMeshComponent.c.

◆ OnEnabledChanged()

protected void OnEnabledChanged ( bool  enabled)

Definition at line 65 of file SCR_SupportStationAreaMeshComponent.c.

Variable Documentation

◆ m_fRadius

protected float m_fRadius

Definition at line 15 of file SCR_SupportStationAreaMeshComponent.c.

◆ m_sDisabledMaterial

protected ResourceName m_sDisabledMaterial

Definition at line 12 of file SCR_SupportStationAreaMeshComponent.c.

◆ m_SupportStationComponent

protected SCR_BaseSupportStationComponent m_SupportStationComponent

Definition at line 18 of file SCR_SupportStationAreaMeshComponent.c.