Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseTimeAndWeatherManagerEntity.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
20class BaseTimeAndWeatherManagerEntity: BaseWeatherManagerEntity
21{
22 //Returns true if the hour is inside the nighttime.
23 proto external bool IsNightHour(float hour24);
24 //Returns true if the hour is inside the daytime.
25 proto external bool IsDayHour(float hour24);
26 // Defines a callback that should be invoked at the specified time (format should be "HHMMSS" and TimeAndWeatherManager periodicity should be set accordingly)
27 proto void SetTimeEvent(string time, Managed inst, func callback, bool delayed = true, bool singleUse = false);
36 proto external bool TryGetCompleteLocalWeather(LocalWeatherSituation lws, float swayFrequency, vector location);
37}
38
vector location
BaseTimeAndWeatherManagerEntityClass BaseWeatherManagerEntityClass IsNightHour(float hour24)
proto external bool TryGetCompleteLocalWeather(LocalWeatherSituation lws, float swayFrequency, vector location)
proto external bool IsDayHour(float hour24)
proto void SetTimeEvent(string time, Managed inst, func callback, bool delayed=true, bool singleUse=false)