This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
v1.0.1
Changes
array_at(array, height, index)
overload not available in REFERENCE.md, fixes #1.- Added
extension_gme
, which is inteded to providegm_extensions
specific functions.- Functions with optional arguments, or overloads should use new function
_gme_arguments(script, argument_count, count, counts...)
.
- Functions with optional arguments, or overloads should use new function
- For
//params:
, optional arguments are now surrounded with[ ]
. assert(...)
now properly stops code.- Fixed newlines in
REFERENCE.md
.