sunOrMoon VR up.png – File

From Bohemia Interactive Community
Jump to navigation Jump to search

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

Summary

Excel graph obtained from

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

File history

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

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

The following page uses this file:

Metadata