API Referenceveextensionsscenario
Scenario Annotate
Adds annotation markers and labels to the vehicle during scenarios. Used to display waypoint indicators, objective markers, and instructional overlays.
Adds annotation markers and labels to the vehicle during scenarios. Used to display waypoint indicators, objective markers, and instructional overlays on or near the vehicle during guided gameplay.
Hooks
| Hook | Description |
|---|---|
onExtensionLoaded | Registers annotation rendering hooks with the scenario system. |
See Also
- Function Freezer — Scenario function override system
- Shift Booster — Scenario gear shift boost
Profiling Zones
Zone-based profiling system for marking and measuring code regions. Allows developers to tag sections of code and view aggregated timing data.
Function Freezer
Overrides and freezes specified vehicle controller functions during scenarios. Prevents certain vehicle behaviors from being modified while a scenario defines its own rules.