BIS_fnc_3DENTutorial

From Bohemia Interactive Community
Revision as of 22:08, 28 April 2018 by R3vo (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Show tutorial in Eden Editor
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[path, index, oneStep, display] call BIS_fnc_3DENTutorial
Parameters:
path: Array - Path in format [<categoryClass>,<tutorialClass>], classes are from Cfg3DEN >> Tutorials
index: Number - Index of step at which tutorial starts Default: 0
oneStep: Boolean - True to show only one step, without ability to go forward or backward Optional, Default: false
display: Display - Main display used. Optional, Default: Display3DEN
Return Value:
Nothing

Examples

Example 1:
[ ["Editing","Connecting"], 0, false] call BIS_fnc_3DENTutorial;

Additional Information

See also:
Eden EditorEden Editor: Configuring Tutorials

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