BIS fnc 3DENTutorial: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Eden Editor(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Eden Editor|GROUP1= | |gr1= Eden Editor|GROUP1= | ||
|Show tutorial in [[Eden Editor]]. |Description= | |Show tutorial in [[Eden Editor]]. |Description= | ||
| [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]] |Syntax= | | [path, index, oneStep, display] call [[BIS_fnc_3DENTutorial]] |Syntax= | ||
Line 23: | Line 20: | ||
| [[Nothing]] |Return value= | | [[Nothing]] |Return value= | ||
|x1= <code><nowiki>[</nowiki>["Editing", "Connecting"], 0, [[false]]] [[call]] [[BIS_fnc_3DENTutorial]];</code> |Example 1= | |x1= <code><nowiki>[</nowiki>["Editing", "Connecting"], 0, [[false]]] [[call]] [[BIS_fnc_3DENTutorial]];</code> |Example 1= | ||
| [[Eden Editor]], [[Eden Editor: Configuring Tutorials]] |See also= | | [[Eden Editor]], [[Eden Editor: Configuring Tutorials]] |See also= |
Revision as of 21:46, 16 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