Difference between revisions of "Manual"
From SolarStrike wiki
m |
m |
||
Line 7: | Line 7: | ||
| style="width: 150px;" | [[Basic Info]] | | style="width: 150px;" | [[Basic Info]] | ||
| How things work, configuration options, and other fun stuff. | | How things work, configuration options, and other fun stuff. | ||
+ | |- | ||
+ | | [[Tutorials & Examples]] | ||
+ | | Everything you'll want to know to get started writing your own script. | ||
|- | |- | ||
| | | |
Revision as of 17:58, 6 July 2014
MicroMacro 2.x Online Manual
The MicroMacro 2 branch is currently under development and is subject to change.
Basic Info | How things work, configuration options, and other fun stuff. |
Tutorials & Examples | Everything you'll want to know to get started writing your own script. |
Audio Module | Load and play sounds with OpenAL. |
Class Module | Create classes with support for object inheritance. |
Filesystem Module | Functions for dealing with files and directories. |
Gamepad Module | Read input from gamepads and joysticks. |
Global Addon | Misc functions in global scope. |
Key Module | A table containing virtual key codes (for use with keyboard and mouse related functions). |
Keyboard Module | Read keyboard input or send synthetic key presses. |
Log Module | Functions for interfacing with the global log file. |
Macro Module | The base module; controls the execution of your scripts. |
Math Addon | Additional math functions. |
Mouse Module | Read mouse input or send synthetic button presses & movement. |
Ncurses Module | Create Ncurses windows and display text in an advanced way. |
Process Module | Interface with other processes & their allocated memory. |
String Addon | Additional functions for working with text strings. |
System Module | Interfacing with the operating system. |
Table Addon | Additional functions for working with tables. |
Timer Module | Anything dealing with timing & time values. |
Window Module | Interface with other windows. |
MicroMacro 1.x Online Manual
Mouse Control | Functions to control mouse movement and clicks |
Keyboard Control | Functions to control keyboard key presses and releases |
Process Functions | Functions to open, close, and find processes |
Memory Functions | Functions for reading and writing of memory |
Network Functions | Functions for sending and receiving data over TCP/IP |
Filesystem Functions | Functions for working with files and directories |
Timer Functions | Timer-related functions |
Misc. Functions | Misc. functions |
Sound Functions | Functions for loading and playing sounds |
Library | Various library information |
Modules | Information about the standard modules, and how to create your own. |
Virtual Keys | For use with keyboard related functions |