Skip to content

OSTW v0.3.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@ItsDeltin ItsDeltin released this 08 Jul 03:34
· 2084 commits to master since this release

Variables defined in methods can now use a specific workshop variable.

Fixed special symbol output. (#25)

Fixed variables named 'array' not working.

Fixed the {0} + {1} string.

Improved local variable autocomplete.

Improved recursive methods.

  • Variables defined in recursive methods now work properly.
  • Removed the -allowrecursion argument. Recursive methods are now declared like recursive method myRecursiveMethod().

Methods can now have documentation which will show up in the autocomplete:

# My Method does something.
method myMethod()

New methods:

  • Added RemoveFromArrayAtIndex().
  • Added InsertValueInArray()

VSCode extension:

  • Updated syntax to work with method changes.
  • Changed default ports to 9145 and 9146