Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 587 Bytes

File metadata and controls

16 lines (11 loc) · 587 Bytes

Scripting Package

The Scripting package provides runtime script compilation, loading, and management capabilities for the Pi-Engine, enabling dynamic component behaviors.

Classes

  • ScriptLoader - Core class for loading and managing compiled script components at runtime
  • CompileScripts - Handles dynamic compilation of Java scripts into usable components

Features

  • Dynamic script compilation
  • Runtime class loading
  • Component registration system
  • Hot-reloading support
  • Script organization by type (Component, System, Behavior)