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

Go to the source code of this file.

Classes

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 ()
SCR_BaseSupportStationComponent GetSupportStation (IEntity owner)
override ResourceName GetMaterial ()
void OnEnabledChanged (bool enabled)
override void EOnInit (IEntity owner)
void Init (IEntity owner)
override void OnDelete (IEntity owner)

Variables

ResourceName m_sDisabledMaterial
float m_fRadius
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()

override ResourceName GetMaterial ( )
protected

Definition at line 50 of file SCR_SupportStationAreaMeshComponent.c.

◆ GetRadius()

override float GetRadius ( )
protected

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

Returns
Radius

Definition at line 21 of file SCR_SupportStationAreaMeshComponent.c.

◆ GetSupportStation()

SCR_BaseSupportStationComponent GetSupportStation ( IEntity owner)
protected

Definition at line 32 of file SCR_SupportStationAreaMeshComponent.c.

◆ Init()

void Init ( IEntity owner)
protected

Definition at line 92 of file SCR_SupportStationAreaMeshComponent.c.

◆ OnDelete()

override void OnDelete ( IEntity owner)
protected

Definition at line 135 of file SCR_SupportStationAreaMeshComponent.c.

◆ OnEnabledChanged()

void OnEnabledChanged ( bool enabled)
protected

Definition at line 60 of file SCR_SupportStationAreaMeshComponent.c.

Variable Documentation

◆ m_fRadius

float m_fRadius
protected

Definition at line 15 of file SCR_SupportStationAreaMeshComponent.c.

◆ m_sDisabledMaterial

ResourceName m_sDisabledMaterial
protected

Definition at line 12 of file SCR_SupportStationAreaMeshComponent.c.

◆ m_SupportStationComponent

SCR_BaseSupportStationComponent m_SupportStationComponent
protected

Definition at line 18 of file SCR_SupportStationAreaMeshComponent.c.