BIS fnc paramCountdown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Set side mission time.|= Description


Description:
____________________________________________________________________________________________
Set side mission time


Parameter(s):
| number call [[BIS_fnc_paramCountdown]] |= Syntax
NUMBER - time (in seconds)
____________________________________________________________________________________________
 
Returns:
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= number: [[Number]] - Mission time in seconds|= Parameter 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_paramCountdown]]; --> |= Syntax
| [[Boolean]]|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>360 [[call]] [[BIS_fnc_paramCountdown]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Arma 3 Mission Parameters]] |= See also
 
}}
}}
<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">

Revision as of 00:58, 31 May 2018

Hover & click on the images for description

Description

Description:
Set side mission time.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
number call BIS_fnc_paramCountdown
Parameters:
number: Number - Mission time in seconds
Return Value:
Boolean

Examples

Example 1:
360 call BIS_fnc_paramCountdown;

Additional Information

See also:
Arma 3 Mission Parameters

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

Notes

Bottom Section