Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptWorldClock.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7class ScriptWorldClock
8{
9 private void ScriptWorldClock();
10 private void ~ScriptWorldClock();
11
16 proto external void SetTimeOfDay(float hours24);
20 proto external float GetTimeOfDay();
22 proto external void SetMonth(int month_1_12);
24 proto external int GetMonth();
26 proto external void SetYear(int year);
28 proto external int GetYear();
30 proto external void SetDay(int day_1_31);
32 proto external int GetDay();
34 proto external void SetDayInYear(int dayInYear_1_371);
36 proto external int GetDayInYear();
37}
proto external int GetYear()
proto external int GetDayInYear()
proto external int GetDay()
proto external int GetMonth()