sunOrMoon VR down.png – File

From Bohemia Interactive Community
Jump to navigation Jump to search

Original file(970 × 700 pixels, file size: 13 KB, MIME type: image/png)

Summary

Excel graph obtained from

[] spawn {
	sleep 0.1;
	private _sunOrMoonData = [];
	private _h = 0;
	skipTime (-dayTime + 18);
	sleep 0.01;
	for "_h" from 0 to 1000 step 0.1 do
	{
		skipTime 0.01;
		sleep 0.1;
		if (sunOrMoon < 1) then {
			_sunOrMoonData pushBack [round (dayTime * 100) / 100, sunOrMoon];
		};
		if (sunOrMoon == 0) exitWith {};
	};
	copyToClipboard str _sunOrMoonData;
};

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:33, 27 July 2020Thumbnail for version as of 20:33, 27 July 2020970 × 700 (13 KB)Lou Montana (talk | contribs)Excel graph obtained from [] spawn { sleep 0.1; private _sunOrMoonData = []; private _h = 0; skipTime (-dayTime + 18); sleep 0.01; for "_h" from 0 to 1000 step 0.1 do { skipTime 0.01;...

The following page uses this file:

Metadata