OSTW v0.3.10
Pre-release
Pre-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 likerecursive 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
and9146