openmw-tes3coop/files/tes3mp/files/scripts/include/tes3mp.world.inc
2016-07-07 23:50:48 +08:00

15 lines
361 B
SourcePawn

native SetGameWeather(weather);
native SetGameTime(time);
native SetGameYear(year);
native SetGameMonth(month);
native SetGameDay(day);
native SetGameHour(hour);
native SetTimeScale(Float:scale);
native GetGameWeather();
native GetGameTime();
native GetGameYear();
native GetGameMonth();
native GetGameDay();
native GetGameHour();
native Float:GetTimeScale();