API ReferenceGE Extensionsflowgraphnodesgameplay
Career Active
**File:** `flowgraph/nodes/gameplay/careerActive.lua`
File: flowgraph/nodes/gameplay/careerActive.lua
Description: Checks if Career is active and enabled.
Category: repeat_instant Dependencies: gameplay_walk
Output Pins
| Name | Type | Description |
|---|---|---|
enabled | flow | Outflow when career is active and enabled. |
disabled | flow | Outflow when career is not active |
active | bool | If career is active and enabled |
Methods
C:work(args)C:drawMiddle(builder, style)
See Also
- Allow Walking - Related reference
- Blacklist Walking - Related reference
- Can Enter From Walking - Related reference
- FlowGraph Guide - Guide