An open API service indexing awesome lists of open source software.

https://github.com/irtsa-dev/bltings

Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.
https://github.com/irtsa-dev/bltings

greyhack greyhackscripts greyscript module scripting

Last synced: 3 months ago
JSON representation

Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.

Awesome Lists containing this project

README

          






release


issues


pulls





Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.






Full List of Functions:


New General Functions


New List Functions


New Map Functions


New Number Functions


New String Functions








Installation



To install, once first copy the code of bltings.src file found here and paste it into an open CodeEditor process in-game. Afterwards, you must save this to /bin as bltings (or optionally any path and name you will later remember) making sure to enable Allow import. Once you have done this, you may now utilize import_code("/bin/blitings") or if you hadn't saved it as recommended then import_code("(path-to-file)") at the top of any file that you wish to use the functions in.
























Additional Notes



Note that functions may be added, removed, changed, or even renamed in future updates. Functions may also have their functionality changed in future updates by request or if it seems to work better another way. You may utilize the Discussions tab to request changes or additions and the Issues tab to report issues/bugs you find.