BIS fnc 3DENTutorial: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|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: [[ | |p1= path: [[Array]] - Path in format [<categoryClass>,<tutorialClass>], classes are from '''Cfg3DEN >> Tutorials''' |=Parameter 1 | ||
|p2= index: [[Number]] - Index of step at which tutorial starts '''Default:''' 0 |=Parameter 2 | |p2= index: [[Number]] - Index of step at which tutorial starts '''Default:''' 0 |=Parameter 2 | ||
Line 24: | Line 23: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>["Connecting", 0, false] [[call]] | |x1= <code>[ ["Editing","Connecting"], 0, false] [[call]] '''BIS_fnc_3DENTutorial''';</code> |= Parameter 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 21:08, 28 April 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 - 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:
[ ["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