This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
rhaj/rhai_engine/rhaibook/engine/index.md
2025-04-19 08:10:30 +02:00

222 B

Using the Engine

{{#include ../links.md}}

Rhai's interpreter resides in the [Engine] type under the master rhai namespace.

This section shows how to set up, configure and use this scripting engine.