mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 11:55:02 -05:00
23 lines
606 B
ReStructuredText
23 lines
606 B
ReStructuredText
MML Reference
|
|
=============
|
|
|
|
The Mufasa Macro Library is the core library of Simba. It is used not just to
|
|
provide scripts with the required functionality, but also used to pick colours
|
|
and select windows with Simba itself. The MML can run without any user
|
|
interface.
|
|
|
|
The MML is split up in "Core" classes and "Addon" classes.
|
|
|
|
.. note::
|
|
This section needs to explain more on the core/addon differences,
|
|
and provide some more general info about the mml.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
mmlref/client.rst
|
|
mmlref/iomanager.rst
|
|
mmlref/finder.rst
|
|
mmlref/bitmap.rst
|
|
mmlref/ocr.rst
|