API ReferenceGE ExtensionseditorrallyEditor
Rally Editor – Recce Tab
Editor tab for managing recce recordings: viewing driveline data, importing cuts as pacenotes, and downsampling the recorded driveline.
Editor tab for managing recce recordings: viewing driveline data, importing cuts as pacenotes, and downsampling the recorded driveline.
Overview
Class-based tab (C) that loads recce recording data (driveline + cuts) and provides import and downsample operations.
Class Methods
| Method | Signature | Description |
|---|---|---|
init | C:init(rallyEditor) | Initializes state, nil path/recce. |
setPath | C:setPath(path) | Sets the notebook path. |
selected | C:selected() | Called on tab select; triggers refresh(). |
unselect | C:unselect() | Called on tab deselect. |
refresh | C:refresh() | Reloads recce driveline and cuts from mission directory. |
draw | C:draw(mouseInfo) | Renders the recce UI section. |
drawSectionV3 | C:drawSectionV3() | Main UI: refresh button, labels toggle, driveline stats, import button, downsample controls. |
import | C:import() | Creates pacenotes from recce cuts and switches to pacenotes tab. |
downsample | C:downsample() | Downsamples driveline using straightness threshold slider (0.980–1.0). |
formatDistance | C:formatDistance(dist) | Formats distance as meters or km. |
drawDebugEntrypoint | C:drawDebugEntrypoint(mouseInfo) | Draws recce debug visualization with optional labels. |
Usage Example
local recceTab = require('/lua/ge/extensions/editor/rallyEditor/recceTab')(rallyEditor)
recceTab:setPath(notebook)
recceTab:selected()
recceTab:draw(mouseInfo)Module Variables
windowDescription(string) - Module variable.
Module Variables
windowDescription(string) - Module variable.
See Also
- Rally Editor - Driveline Tab - Related reference
- Rally Editor - Measurements Tab - Related reference
- Rally Editor – Mission Settings Tab - Related reference
- World Editor Guide - Guide
Rally Editor – Pacenotes Tab
Primary editor tab for managing rally pacenotes: selection, creation, drag editing, waypoint manipulation, camera playback, and validation.
Rally Editor – System Pacenotes Tab
Editor tab for viewing and refreshing system pacenotes (intro, outro, finish) used internally by rally missions.