Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
WorldTimestamp.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
25
sealed
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
Compare
SCR_VONRadialDisplay Compare
Definition
SCR_ContentBrowser_AddonsSubMenu.c:1693
WorldTimestamp
Definition
WorldTimestamp.c:26
scripts
Core
generated
World
WorldTimestamp.c
Generated by
1.17.0