Skip to content

v0.9.0-alpha.8

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 00:28
· 0 commits to main since this release
70bad5a

Added

  • re-implement rhai again (#222)
  • add ScriptValue::Map and create appropriate conversions in lua and rhai (#229)
  • Add functions script method, and create function info scaffolding (#228)
  • Call custom get and set functions on the type when indexing. (#226)
  • Add optional arguments to script functions (#225)
  • Add world.with_or_insert_component_mut() (#223)