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/rust/disable-custom.md
2025-04-03 09:18:05 +02:00

351 B

Disable Custom Types

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

The [no_object] feature disables support for [custom types] including:

  • method-style function calls (e.g. obj.method()),

  • [object maps] and the [Map] type,

  • the register_get, register_set and register_get_set APIs for [Engine]