API ReferenceGE ExtensionseditormissionEditor
Mission Editor - Dev Notes
Minimal sub-editor module for mission developer notes and the dev-only mission flag.
Minimal sub-editor module for mission developer notes and the dev-only mission flag.
Class Methods
| Method | Signature | Description |
|---|---|---|
C:init | (missionEditor) | Initializes the dev notes editor |
C:setMission | (mission) | Binds to a mission, populates input fields |
C:draw | () | Renders dev notes text area, mode selector, and dev mission checkbox |
Fields
| Field | Type | Description |
|---|---|---|
devNotes.text | string | Free-form developer notes |
devNotes.mode | string | Severity mode: "silent", "info", "warning", "error" |
devNotes.devMission | bool | If true, mission only shows with devmode enabled |
UI Layout
┌─────────────┬──────────────────────────────┐
│ Dev Notes │ [multiline text input] │
│ │ [mode dropdown] [✓ Dev Mission]│
└─────────────┴──────────────────────────────┘Mode Options
| Mode | Icon | Description |
|---|---|---|
silent | visibility_off | No indicator shown |
info | info | Informational note |
warning | warning | Warning-level note |
error | error | Error-level note |
-- Accessed via the Mission Editor's Dev tab
-- No direct external APIDependencies
ui_imgui
See Also
- Mission Editor - Additional Attributes - Related reference
- Mission Editor - Career Setup - Related reference
- Mission Editor - Conditions - Related reference
- World Editor Guide - Guide
Mission Editor - Conditions
Sub-editor module for configuring mission start and visibility conditions. Supports nested boolean logic trees with mission-based, progress-based, and custom condition types.
Mission Editor – General
Editor sub-module for editing the **name** and **description** of a mission inside the Mission Editor. Validates translation keys and renders translation-status icons.