Plugins
Plugins are optional programs adding extra scripting commands with the help of CLEO Redux SDK. They have a .cleo
extension.
Plugins should be copied to the CLEO\CLEO_PLUGINS
directory.
List of plugins
Name | Description | Link |
---|---|---|
IniFiles | Reading from and writing to INI files | src - download |
Dylib | Loading DLL files and importing functions | src - download |
ImGuiRedux | Dear ImGui bindings | GitHub repo |
MemoryOperations | Low-level memory operations | GitHub repo |