Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TrackGeneratorEntity.c
Go to the documentation of this file.
1 [EntityEditorProps(category: "GameLib/Scripted/Generator", description: "Track Generator", dynamicBox: true, visible: false)]
3 {
4 }
5 
7 {
8  [Attribute(defvalue: "0", category: "Track", desc: "Distance around the line that should be left empty by other generators", uiwidget: UIWidgets.Slider, params: "0 100 1")]
9  protected float m_fClearance;
10 
11  //------------------------------------------------------------------------------------------------
12  void SCR_TrackGeneratorEntity(IEntitySource src, IEntity parent)
13  {
14  }
15 }
SCR_GeneratorBaseEntity
SCR_GeneratorBaseEntityClass GeneratorBaseEntityClass SCR_GeneratorBaseEntity(IEntitySource src, IEntity parent)
Definition: SCR_GeneratorBaseEntity.c:335
EntityEditorProps
enum EQueryType EntityEditorProps(category:"GameScripted/Sound", description:"THIS IS THE SCRIPT DESCRIPTION.", color:"0 0 255 255")
Definition: SCR_AmbientSoundsComponent.c:12
SCR_TrackGeneratorEntityClass
Definition: SCR_TrackGeneratorEntity.c:2
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
SCR_TrackGeneratorEntity
void SCR_TrackGeneratorEntity(IEntitySource src, IEntity parent)
Definition: SCR_TrackGeneratorEntity.c:12
Attribute
SCR_TrackGeneratorEntityClass SCR_GeneratorBaseEntityClass Attribute(defvalue:"0", category:"Track", desc:"Distance around the line that should be left empty by other generators", uiwidget:UIWidgets.Slider, params:"0 100 1")] protected float m_fClearance
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
SCR_GeneratorBaseEntityClass
Definition: SCR_GeneratorBaseEntity.c:1
category
params category
Definition: SCR_VehicleDamageManagerComponent.c:180