API ReferenceGE Extensionsflowgraphnodescareer
Tasklist Header
- **Name:** `Tasklist Header`
Overview
- Name:
Tasklist Header - Category:
once_instant - File:
lua/ge/extensions/flowgraph/nodes/career/tasklistHeader.lua - Pattern: Class-based (
C = {}, returns_flowgraph_createNode(C))
Description
Sets the header and subtext for the career tutorial tasklist UI element.
Pin Schema
Input Pins
| Pin | Type | Description |
|---|---|---|
label | any | The header text |
sub | any | The header subtext |
Behavior
workOnce()triggers the UI hook"SetTasklistHeader"with{ label, subtext }payload.- Passes flow through:
pinOut.flow = pinIn.flow.
Key APIs Used
guihooks.trigger("SetTasklistHeader", data)
Tags
#flowgraph #node #ge #career #ui #tasklist
Additional Exports
-
name-string- (see source) -
color-any- (see source) -
icon-any- (see source) -
behaviour-table- (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