Difference between revisions of "Manual"

From SolarStrike wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
 
{| class="wikitable" style="padding: 8px;"
 
{| class="wikitable" style="padding: 8px;"
 
|-
 
|-
| style="width: 150px;" | [[Audio Module]]
+
| style="width: 150px;" | [[Basic Info]]
 +
| How things work, configuration options, and other fun stuff.
 +
|-
 +
|
 +
|-
 +
| [[Audio Module]]
 
| Load and play sounds with OpenAL.
 
| Load and play sounds with OpenAL.
 
|-
 
|-
Line 28: Line 33:
 
| [[Log Module]]
 
| [[Log Module]]
 
| Functions for interfacing with the global log file.
 
| Functions for interfacing with the global log file.
 +
|-
 +
| [[Macro Module]]
 +
| The base module; controls the execution of your scripts.
 
|-
 
|-
 
| [[Math Addon]]
 
| [[Math Addon]]

Revision as of 12:56, 3 June 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.
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


Additional Information