AI reference files for writing bug-free GTA San Andreas Moonloader Lua mods.
| File | What it does |
|---|---|
CLAUDE.md |
Rules, patterns, and examples the AI must follow when writing scripts |
references.txt |
Every opcode and function from Moonloader, MoonAdditions, MoonPlus, ImGui, and Lua stdlib β ~4,000 entries grouped by category |
- Moonloader β 2,009 opcodes grouped by topic (Player, Ped, Vehicle, Camera, Weapons, HUD, Audio, World, etc.)
- MoonAdditions β 180+ extended functions including the full Vehicle Component API, Also includes opcodes from Dante's fork
- MoonPlus β 96 additional utility functions
- ImGui β 189 UI widgets for building in-game menus
- Lua stdlib β Standard functions available in the Moonloader context
- Enums β 1,325 named constants
- Moonloader installed in your GTA SA
- MoonAdditions for extended functions (optional)
- MoonPlus for MoonPlus functions (optional)