Reference
Reference
Reference is for users who already know what they want to look up.
This is a manual, not a tutorial.
Quick Reference Entries
- Syntax/Command Cheat Sheet — One-page syntax overview
- Syntax Reference — Complete syntax manual
- Runtime State — NovaState JSON structure
- C API — Native integration interface
- Platform Integration — Host and renderer integration
Find by Scenario
I want to write…
| Need | Reference |
|---|---|
| Character dialogue | Cheat Sheet → Dialogue |
| Player choices | Cheat Sheet → Choices |
| Condition checks | Cheat Sheet → Checks |
| Variable operations | Cheat Sheet → Variables |
| Item system | Cheat Sheet → Items |
| Scene transitions | Cheat Sheet → Scenes |
| Media resources | Cheat Sheet → Media |
I want to integrate…
| Need | Reference |
|---|---|
| Read game state | Runtime State |
| C/C++ embedding | C API |
| Implement a renderer | Platform Integration |
| Save/Load | Runtime State → Save Format |
Got an error…
| Error Type | Reference |
|---|---|
| Syntax error | Command Reference |
| Undefined variable | Variables |
| Scene jump failed | Scenes & Labels |
| Runtime crash | C API Error Handling |
Last updated on