![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Type storing timestamps of the world.
When a world is created, its timestamp starts at 0. Internal timestamp format is opaque and units used are not specified. However, timestamps guarantee enough precision to provide results in milliseconds, and overflow effects will take at least 100,000 (hundred thousand) years to become observable.
Note that timestamp precision is much higher than what can be represented accurately by float before rounding occurs. For example, when storing duration in milliseconds in a float, the highest value that can be stored before rounding occurs is 16,777,216 ms (approximately 4.5 hours).
Definition at line 25 of file WorldTimestamp.c.