BIS fnc 3DENTutorial: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 7/7)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *P([a-gi-z ])" to "$1 - p$2")
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.56


| arma3 |= Game name
|gr1= Eden Editor


|1.00|= Game version
|descr=Show tutorial in [[:Category:Eden Editor|Eden Editor]].
____________________________________________________________________________________________


| ''N/A'' |= Description
|s1= [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]]
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_3DENTutorial]]; --> |= Syntax
|p1= path: [[Array]] - path in format [<categoryClass>,<tutorialClass>], classes are from '''Cfg3DEN >> Tutorials'''
|p1= |= Parameter 1


| |= Return value
|p2= index: [[Number]] - (Optional, default 0) index of step at which tutorial starts
____________________________________________________________________________________________


|x1= <code></code> |=
|p3= oneStep: [[Boolean]] - (Optional, default [[false]]) true to show only one step, without ability to go forward or backward
____________________________________________________________________________________________


| |= See also
|p4= display: [[Display]] - (Optional, default Eden display) display used


}}
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>[["Editing", "Connecting"], 0, false] call BIS_fnc_3DENTutorial;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[:Category:Eden Editor|Eden Editor]] [[Eden Editor: Configuring Tutorials]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Default|{{uc:3DENTutorial}}]]
[[Category:Functions|{{uc:3DENTutorial}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENTutorial}}]]

Latest revision as of 16:45, 8 November 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