API ReferenceGE Extensionsflowgraphnodescareer
Get Tutorial Step (Flowgraph Node)
- **Node Name:** `Get Tutorial Step`
Overview
- Node Name:
Get Tutorial Step - Category:
once_instant - File:
extensions/flowgraph/nodes/career/getLinearTutorialStep.lua
Gets the current linear tutorial step number.
Pin Schema
Output Pins
| Pin | Type | Description |
|---|---|---|
step | number | (Hidden) The current tutorial step number |
flow | flow | Passes through input flow |
Behavior
workOnce()- Callscareer_modules_linearTutorial.getLinearStep()and outputs the step number.- Errors if
career_modules_linearTutorialis not loaded.
- Errors if
Key Dependencies
career_modules_linearTutorial.getLinearStep()- retrieves the current step
See Also
- Add To Inventory (Flowgraph Node) - Related reference
- Career Vehicle Select (Flowgraph Node) - Related reference
- Set Tutorial Step (Flowgraph Node) - Related reference
- FlowGraph Guide - Guide