BIS fnc trackMissionTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
m (Text replacement - "{{Function " to "{{RV|type=function ")
Line 1: Line 1:
{{Function
{{RV|type=function


|game1= arma3
|game1= arma3

Revision as of 02:54, 24 January 2021

Hover & click on the images for description

Description

Description:
Tracks mission time by storing time in profileNamespace.
Execution:
call
Groups:
Missions

Syntax

Syntax:
[save, delete] call BIS_fnc_trackMissionTime
Parameters:
save: Boolean (Optional, default true)
delete: Boolean (Optional, default false)
Return Value:
Number - time result

Examples

Example 1:
[true, true] call BIS_fnc_trackMissionTime;// Delete saved mission time
Example 2:
[true] call BIS_fnc_trackMissionTime;// Save mission time

Additional Information

See also:
timeserverTimesystemTime

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note