All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Bohemia Interactive Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:46, 26 December 2024 Killzone Kid talk contribs created page uiTime (Created page with "{{RV|type=command |game1= arma3 |version1= 2.20 |gr1= Time |gr2= Mission Information |descr= Returns UI time elapsed since mission started (in seconds). Unlike time the uiTime does not stop when game is paused. |s1= uiTime |r1= Number |x1= <sqf> private _future = uiTime + 30; waitUntil { uiTime >= _future }; // continue after 30 seconds </sqf> |seealso= uiSleep time date dayTime serverTime skipTime accT...")