Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
float.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class float
13{
18
19 static const float MAX;
20 static const float INFINITY;
22
23 private void float();
24 private void ~float();
25
40 proto external string ToString(int len = -1, int lenDec = -1);
53 static proto bool AlmostEqual(float a, float b, float epsilon = 0.0001);
60 proto external int Sign();
61}
62
proto external string ToString()
Plain C++ pointer, no weak pointers, no memory management.