Rally Extension Helper
Stub extension for rally gameplay. Provides empty `load` and `unload` lifecycle hooks. Currently contains no functional logic - serves as a placeholder for future rally extension management.
Stub extension for rally gameplay. Provides empty load and unload lifecycle hooks. Currently contains no functional logic - serves as a placeholder for future rally extension management.
Public API
| Function | Signature | Returns | Description |
|---|---|---|---|
M.load | () | nil | Called when the extension is loaded (no-op) |
M.unload | () | nil | Called when the extension is unloaded (no-op) |
How It Works
This is a minimal extension skeleton. Both load and unload are empty functions that serve as lifecycle hooks for the extension system. The module returns M with these two functions registered.
Usage Example
-- Loaded automatically by the extension system
-- No direct usage required
local extHelper = require('gameplay/rally/extHelper')See Also
- Rally Audio Manager - Related reference
- Rally Camera Path Player - Related reference
- Rally Client - Related reference
- Gameplay Systems Guide - Guide
Rally Enums
Defines enumeration constants for the rally system: pacenote audio modes, trigger types, and slow corner release types.
Rally Geometry
Early work-in-progress rally co-driver system. Generates pacenotes from a route by analyzing road geometry - computing turn radius, velocity, severity, and direction for each node, then splitting and