BIS fnc 3DENTutorial: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) |
||
Line 2: | Line 2: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.56| | |1.56|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Show tutorial in [[Eden Editor]]|= | |Show tutorial in [[Eden Editor]]. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [path, index, oneStep, display] call | | [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]] |Syntax= | ||
|p1= path: [[Array]] - Path in format [<categoryClass>,<tutorialClass>], classes are from '''Cfg3DEN >> Tutorials''' | | |p1= path: [[Array]] - Path in format [<categoryClass>,<tutorialClass>], classes are from '''Cfg3DEN >> Tutorials''' |Parameter 1= | ||
|p2= index: [[Number]] - | |p2= index: [[Number]] - (Optional, default 0) index of step at which tutorial starts |Parameter 2= | ||
|p3= oneStep: [[Boolean]] - | |p3= oneStep: [[Boolean]] - (Optional, default [[false]]) true to show only one step, without ability to go forward or backward |Parameter 3= | ||
|p4= display: [[Display]] - | |p4= display: [[Display]] - (Optional, default Eden display) display used |Parameter 4= | ||
|[[Nothing]]| | | [[Nothing]] |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[ ["Editing","Connecting"], 0, false] [[call]] | |x1= <code><nowiki>[</nowiki>["Editing", "Connecting"], 0, [[false]]] [[call]] [[BIS_fnc_3DENTutorial]];</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|[[Eden Editor]], [[Eden Editor: Configuring Tutorials]]| | | [[Eden Editor]], [[Eden Editor: Configuring Tutorials]] |See also= | ||
}} | }} | ||
Line 38: | Line 38: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:3DENTutorial}}]] | [[Category:Functions|{{uc:3DENTutorial}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:3DENTutorial}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:3DENTutorial}}]] | ||
[[Category:Function Group: Eden Editor|{{uc:3DENTutorial}}]] |
Revision as of 10:11, 28 May 2018
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 - (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
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