Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CustomAreaMeshComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/Area Mesh", description: "")]
5
6class SCR_CustomAreaMeshComponent : SCR_BaseAreaMeshComponent
7{
8 [Attribute("1")]
9 protected float m_fRadius;
10
11 //------------------------------------------------------------------------------------------------
12 override float GetRadius()
13 {
14 return m_fRadius;
15 }
16
17 //------------------------------------------------------------------------------------------------
18 override void EOnInit(IEntity owner)
19 {
21 }
22}
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")
void GenerateAreaMesh()
Generate area mesh based on its settings.
override void EOnInit(IEntity owner)
SCR_FieldOfViewSettings Attribute