7.1 KiB
7.1 KiB
The Rhai Scripting Language
- What is Rhai
- Getting Started
- Using the
Engine
- Extend Rhai with Rust
- Rhai Language Reference
- Safety and Protection
- Script Optimization
- Usage Patterns
- Advanced Topics
- Capture Scope for Function Call
- Low-Level API
- Variable Resolver
- Use as DSL 1. Disable Keywords and/or Operators 2. Custom Operators 3. Extending with Custom Syntax
- Multiple Instantiation
- Functions Metadata 4. Generate Function Signatures 5. Export Metadata to JSON
- Appendix