Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Release 1.2

Latest
Compare
Choose a tag to compare
@Hexcede Hexcede released this 02 Nov 04:32
· 17 commits to master since this release
2bca473

Version 1.2

  • Added Runner API test
  • Improved Runner API (no more icky sticky blatantly obvious bugs)
  • Fixed the aforementioned icky sticky blatantly obvious bugs
  • Added function arguments to Runner API
  • Script:Start() now yields until the script completes and returns its values
  • Renamed Runner:LoadFunctionInScript() to Runner:LoadFunction() (because I decided I really don’t like typing)
  • Dispatcher can now run multiple times (oof)
  • Context:Create() now accepts Context:Load arguments
  • Added Context:GetFunction() - Gets the context’s currently loaded function.
  • Added Runner:LoadScript(Instance.Script script, table environment, bool mergeMode) [PluginSecurity] - Loads a * Script instance into a Runner Script (plugins/command bar only).
  • Added Runner:LoadContext(ctx) - Loads a context into a Runner Script.