Files
Rex-EMoolator-docs/docs/en/index.md
Patryk Gensch df6cf2f3d3
Some checks failed
docs / deploy (push) Has been cancelled
docs / build (push) Has been cancelled
Added part of docs
2026-05-19 20:51:59 +02:00

20 lines
884 B
Markdown

# Rex-EMoolator
Unofficial documentation of the **Piklib** and **BlooMoo** scripting engines used by the *Reksio's Adventures* game series, and of the **Rex-EMoolator** emulator.
## What you'll find here
- the structure of the engine's scripting language,
- the data types and objects available to scripts,
- the methods, fields, and signals exposed by each type,
- how the engine interprets files, the loading order, and the data formats.
## Navigation
- [Engine](engine/index.md) — the scripting language, execution model, events, globals, and non-standard behaviours.
- [Type reference](reference/index.md) — alphabetical list of types available in scripts.
## Status
This documentation is a work in progress. Much of it is derived from analysis of the original scripts and engine reverse-engineering; behaviour that has not yet been confirmed is annotated accordingly.