Skip to content
rilliumio edited this page Jul 9, 2023 · 15 revisions

Welcome to the Rillium.Script wiki!

Rillium.Script

Introduction

Rillium.Script was created to provide safe scripting functionality that could be modified at runtime without the need to recompile or re-deploy your application.

Rillium.Script is designed to resemble a simplified version of C#, making it familiar to users already comfortable with C-style languages.

Getting Started

Features

  • Syntax is similar to c# working with primitive types.
  • Inject runtime arguments into script constants.
Clone this wiki locally