BIS fnc briefingInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Briefing(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1 = Briefing |GROUP1=
|gr1 = Briefing |GROUP1=
____________________________________________________________________________________________


| Initialize animated briefing markers.|DESCRIPTION=
| Initialize animated briefing markers.|DESCRIPTION=
____________________________________________________________________________________________


| marker [[call]] '''BIS_fnc_briefingInit''' |SYNTAX=
| marker [[call]] '''BIS_fnc_briefingInit''' |SYNTAX=
Line 19: Line 16:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


| [[BIS_fnc_briefingAnimate]] |SEEALSO=
| [[BIS_fnc_briefingAnimate]] |SEEALSO=

Revision as of 23:37, 16 January 2021

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