API ReferenceGE Extensionsflowgraphnodescareer
Get Tutorial Flag (Flowgraph Node)
- **Node Name:** `Get Tutorial Flag`
Overview
- Node Name:
Get Tutorial Flag - Category:
once_instant - File:
extensions/flowgraph/nodes/career/getTutorialFlag.lua
Gets the value of a specific tutorial flag by name.
Pin Schema
Input Pins
| Pin | Type | Description |
|---|---|---|
name | string | The name of the tutorial flag |
Output Pins
| Pin | Type | Description |
|---|---|---|
value | bool | Whether the flag is set or not |
flow | flow | Passes through input flow |
Behavior
workOnce()- Callscareer_modules_linearTutorial.getTutorialFlag(name)and outputs the boolean result.- Resets output to
nilbefore querying. - Errors if
career_modules_linearTutorialis not loaded.
- Resets output to
Key Dependencies
career_modules_linearTutorial.getTutorialFlag()- retrieves flag value
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