Skip to content

Releases: Monkey-C-Luffy/SEScriptingUtilities

SEScriptingUtilities v0.2.5

30 Nov 18:14

Choose a tag to compare

SEScriptingUtilities v0.2

21 Nov 11:24

Choose a tag to compare

This is the first release of this project.
In this release there are 4 classes and files:

  1. A Utils class for utility actions needed in scripting such as debug messages and acquiring of blocks.
  2. A BlocksManager class that is responsible for helping declare ,acquire and book-keep blocks and groups you want to use in your scripts.
  3. A RequiredBlock class for wrapping an SE block and adding a convenient way to access its state(used in BlocksManager).
  4. 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.