Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Curve Class Reference
Inheritance diagram for Curve:

Detailed Description

Represents a single 2D curve, where in each vector only the x and y coordinates are used.

It is intended to be used as a property in following way:

[Attribute("", UIWidgets.CurveDialog)]
Curve m_Curve;
Definition Math.c:22
SCR_FieldOfViewSettings Attribute

It may then be evaluated with:

LegacyCurve.Curve(ECurveType.CatmullRom, t, m_Curve);
ECurveType
Definition ECurveType.c:13

Definition at line 21 of file Math.c.


The documentation for this class was generated from the following file:
  • scripts/Game/Utilities/Math.c