BIS fnc 3DENTutorial: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Eden( |_)Editor(\||\])" to "[[:Category:Eden Editor$2")
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
Line 6: Line 6:
|gr1= Eden Editor
|gr1= Eden Editor


|descr=Show tutorial in [[:Category:Eden Editor]].
|descr=Show tutorial in [[:Category:Eden Editor|Eden Editor]].


|s1= [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]]
|s1= [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]]
Line 22: Line 22:
|x1= <sqf>[["Editing", "Connecting"], 0, false] call BIS_fnc_3DENTutorial;</sqf>
|x1= <sqf>[["Editing", "Connecting"], 0, false] call BIS_fnc_3DENTutorial;</sqf>


|seealso= [[:Category:Eden Editor]] [[Eden Editor: Configuring Tutorials]]
|seealso= [[:Category:Eden Editor|Eden Editor]] [[Eden Editor: Configuring Tutorials]]
}}
}}

Revision as of 14:27, 9 July 2023

Hover & click on the images for description

Description

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

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 - (Optional, default 0) index of step at which tutorial starts
oneStep: Boolean - (Optional, default false) true to show only one step, without ability to go forward or backward
display: Display - (Optional, default Eden display) display used
Return Value:
Nothing

Examples

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

Additional Information

See also:
Eden Editor Eden 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