Releases: Monkey-C-Luffy/SEScriptingUtilities
Releases · Monkey-C-Luffy/SEScriptingUtilities
SEScriptingUtilities v0.2.5
Full Changelog: v0.2...v0.2.5
SEScriptingUtilities v0.2
This is the first release of this project.
In this release there are 4 classes and files:
- A Utils class for utility actions needed in scripting such as debug messages and acquiring of blocks.
- A BlocksManager class that is responsible for helping declare ,acquire and book-keep blocks and groups you want to use in your scripts.
- A RequiredBlock class for wrapping an SE block and adding a convenient way to access its state(used in BlocksManager).
- A RequiredGroup class for wrappign an SE group and adding a convenient way to access its state(used in BlocksManager).
In the .rar file is the Shared Project along with the above classes.