API ReferenceGE Extensionsflowgraphnodescareer
Logbook Entry (Flowgraph Node)
- **Node Name:** `Logbook Entry`
Overview
- Node Name:
Logbook Entry - Behaviour:
duration = true - Category:
once_instant - File:
extensions/flowgraph/nodes/career/logbookEntry.lua
Adds an entry to the career logbook.
Pin Schema
Input Pins
| Pin | Type | Description |
|---|---|---|
title | string | The logbook entry title |
text | string | The logbook entry description text |
Output Pins
| Pin | Type | Description |
|---|---|---|
flow | flow | Passes through input flow |
Behavior
workOnce()- If career is active andcareer_modules_logbookis loaded, callscareer_modules_logbook.genericInfoUnlocked(title, text).- Passes flow through regardless.
Key Dependencies
career_career.isActive()- checks career modecareer_modules_logbook.genericInfoUnlocked()- creates logbook entry
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