Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
LegacyCurve.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class LegacyCurve
13{
14 private void LegacyCurve();
15 private void ~LegacyCurve();
16
31 static proto vector Curve(ECurveType type, float param, notnull array<vector> points, array<float> knots = null);
36 static proto vector Curve3(ECurveType type, float param, notnull Curve3 points, int curveIndex, array<float> knots = null);
37}
38
EDamageType type
ECurveType
Definition ECurveType.c:13