BIS fnc briefingInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\[\[Category\:Function Group\: Briefing(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 33: Line 33:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Briefing|{{uc:briefingInit}}]]
 
[[Category:Functions|{{uc:briefingInit}}]]
[[Category:Functions|{{uc:briefingInit}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:briefingInit}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:briefingInit}}]]

Revision as of 11:39, 12 October 2020

Hover & click on the images for description

Description

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

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