API ReferenceGE Extensionsflowgraphnodescareer
Set Tutorial Flag
- **Name:** `Set Tutorial Flag`
Overview
- Name:
Set Tutorial Flag - Category:
once_instant - File:
lua/ge/extensions/flowgraph/nodes/career/setTutorialFlag.lua - Pattern: Class-based (
C = {}, returns_flowgraph_createNode(C))
Description
Sets or clears a specific tutorial flag in the career linear tutorial system.
Pin Schema
Input Pins
| Pin | Type | Description |
|---|---|---|
name | string | The name of the tutorial flag |
value | bool (hardcoded) | Whether the flag should be set (true) or cleared (false) |
Behavior
workOnce()checks ifcareer_modules_linearTutorialis loaded. If so, callssetTutorialFlag(name, value). If the module is not loaded, sets a node error.- Passes flow through:
pinOut.flow = pinIn.flow.
Key APIs Used
career_modules_linearTutorial.setTutorialFlag(name, value)
Tags
#flowgraph #node #ge #career #tutorial
Additional Exports
init()
-
color-any- (see source) -
icon-any- (see source) -
description-string- (see source) -
category-string- (see source) -
pinSchema-table- (see source) -
tags-table- (see source)
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