BIS fnc briefingInit: Difference between revisions

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


| <pre>/*
| Initialize animated briefing markers.|= Description
Description:
Initialize animated briefing markers.
Parameters:
_this: STRING - Marker to initialize.
Returns:
Nothing.
*/
 
// Determine the marker
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_briefingInit]]; --> |= Syntax
| marker [[call]] '''BIS_fnc_briefingInit''' |= Syntax


|p1= |= Parameter 1
|p1= marker: [[String]] - Marker to initialise |= Parameter 1


| |= Return value
|x1= marker_1 [[call]] [[BIS_fnc_briefingInit]];|= Example 1
____________________________________________________________________________________________


|x1= <code></code> |=  
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_briefingAnimate]] |= See also
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 01:55, 11 May 2018

Hover & click on the images for description

Description

Description:
Initialize animated briefing markers.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
marker call BIS_fnc_briefingInit
Parameters:
marker: String - Marker to initialise
Return Value:
Nothing

Examples

Example 1:
marker_1 call BIS_fnc_briefingInit;

Additional Information

See also:
BIS_fnc_briefingAnimate

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