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

Go to the source code of this file.

Classes

class  SCR_RoadGeneratorEntityClass

Functions

SCR_RoadGeneratorEntityClass RoadGeneratorEntityClass Attribute (defvalue:"10", category:"Debug", desc:"(metres) 2D distance between checks", uiwidget:UIWidgets.Slider, params:"1 100 1")] protected float m_fMeasurementStep

Variables

float m_fMaxSlopeAngle
float m_fMaxRollAngle
bool m_bRollCheckPerSide
ref SCR_DebugShapeManager m_DebugShapeManager = new SCR_DebugShapeManager()

Function Documentation

◆ Attribute()

SCR_RoadGeneratorEntityClass RoadGeneratorEntityClass Attribute ( defvalue:"10" ,
category:"Debug" ,
desc:"(metres) 2D distance between checks" ,
uiwidget:UIWidgets. Slider,
params:"1 100 1"  )

Variable Documentation

◆ m_bRollCheckPerSide

bool m_bRollCheckPerSide
protected

Definition at line 22 of file SCR_RoadGeneratorEntity.c.

◆ m_DebugShapeManager

ref SCR_DebugShapeManager m_DebugShapeManager = new SCR_DebugShapeManager()
protected

Definition at line 24 of file SCR_RoadGeneratorEntity.c.

◆ m_fMaxRollAngle

float m_fMaxRollAngle
protected

Definition at line 19 of file SCR_RoadGeneratorEntity.c.

◆ m_fMaxSlopeAngle

float m_fMaxSlopeAngle
protected

Definition at line 16 of file SCR_RoadGeneratorEntity.c.