Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WorldTimestamp.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
25sealed class WorldTimestamp: handle64
26{
27 proto external WorldTimestamp PlusSeconds(float seconds);
28 proto external WorldTimestamp PlusMilliseconds(float milliseconds);
29 proto external float DiffSeconds(WorldTimestamp other);
30 proto external float DiffMilliseconds(WorldTimestamp other);
31 proto external int Compare(WorldTimestamp other);
32 proto external bool Equals(WorldTimestamp other);
33 proto external bool Greater(WorldTimestamp other);
34 proto external bool GreaterEqual(WorldTimestamp other);
35 proto external bool Less(WorldTimestamp other);
36 proto external bool LessEqual(WorldTimestamp other);
37}
38
SCR_VONRadialDisplay Compare