API ReferenceGE ExtensionseditorrallyEditorpacenotes
Rally Editor – Custom Pacenote Form
ImGui form for editing pacenotes in "Custom" audio mode – manual audio file path and description.
ImGui form for editing pacenotes in "Custom" audio mode – manual audio file path and description.
Overview
Module (M) providing draw(), load(), and clear() functions for the custom pacenote editing form. Allows selecting a custom audio file via file dialog and entering a description.
Public Functions
| Function | Signature | Description |
|---|---|---|
M.load | M.load() | No-op initialization. |
M.draw | M.draw(pacenote) | Renders preview with play button, folder open, clipboard copy, audio file input, file dialog, and description field. |
M.clear | M.clear() | Resets form state. |
UI Elements
- Play button – Plays custom audio file via
Engine.Audio.intercomPlayPacenote() - Folder open – Opens audio directory in system explorer
- Audio File input – Text field + "Open Audio File" button with
.oggfilter - Description – Free text field for pacenote description
Usage Example
local CustomForm = require('/lua/ge/extensions/editor/rallyEditor/pacenotes/customForm')
CustomForm.draw(selectedPacenote)See Also
- Rally Editor – Measurements Form - Related reference
- Rally Editor – Pacenote Form - Related reference
- Rally Editor – Structured Pacenote Form - Related reference
- World Editor Guide - Guide
Rally Editor – Test Tab
Simple debug/testing tab in the Rally Editor for running test functions and loading/unloading the recce app.
Rally Editor – Measurements Form
ImGui form displaying corner measurement data for a selected pacenote: diameter, arc length, severity, direction, and intensity variation analysis.