BIS fnc 3DENTutorial: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed example)
mNo edit summary
Line 8: Line 8:


|Show tutorial in [[Eden Editor]]
|Show tutorial in [[Eden Editor]]
{{warning|Currently not working because parameter one requires a display instead of string}}|= Description
{{warning|Currently (v1.82) not working because parameter one requires a display instead of string}}|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:03, 28 April 2018

Hover & click on the images for description

Description

Description:
Show tutorial in Eden Editor
Currently (v1.82) not working because parameter one requires a display instead of string
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[path, index, oneStep, display] call BIS_fnc_3DENTutorial
Parameters:
path: String - 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:
["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