BIS fnc 3DENTutorial: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.56 | |1.56 | ||
|gr1= Eden Editor | |gr1= Eden Editor | ||
|Show tutorial in [[Eden Editor]]. | |Show tutorial in [[Eden Editor]]. | ||
| [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]] | | [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]] | ||
|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''' | ||
|p2= index: [[Number]] - (Optional, default 0) index of step at which tutorial starts | |p2= index: [[Number]] - (Optional, default 0) index of step at which tutorial starts | ||
|p3= oneStep: [[Boolean]] - (Optional, default [[false]]) true to show only one step, without ability to go forward or backward | |p3= oneStep: [[Boolean]] - (Optional, default [[false]]) true to show only one step, without ability to go forward or backward | ||
|p4= display: [[Display]] - (Optional, default Eden display) display used | |p4= display: [[Display]] - (Optional, default Eden display) display used | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code><nowiki>[</nowiki>["Editing", "Connecting"], 0, [[false]]] [[call]] [[BIS_fnc_3DENTutorial]];</code> | |x1= <code><nowiki>[</nowiki>["Editing", "Connecting"], 0, [[false]]] [[call]] [[BIS_fnc_3DENTutorial]];</code> | ||
| [[Eden Editor]], [[Eden Editor: Configuring Tutorials]] | | [[Eden Editor]], [[Eden Editor: Configuring Tutorials]] | ||
}} | }} | ||
Revision as of 22:08, 17 January 2021
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
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