Posted 06 May 2013 - 01:04 AM
I know that a lot of other mods add new commands for cc(like reactor control for ic2). Is there anywhere a full list with all mods that have commands for cc?
The Launcher Control Panel implements the ComputerCraft Peripheral API and can be controlled by ComputerCraft Computers using the normal peripheral.wrap(SIDE) function. Currently the following methods are provided by the Launcher:
- launch() - Fires the missile.
- canLaunch() - Returns whether the launch platform is able to launch.
- getMissile() - Returns the name of the loaded missile in the launcher platform or 'nil' if empty.
- getFrequency() - Returns the currently configured frequency for the Laser Designator.
- setFrequency(int freq) - Change the Laser Designator Frequency to freq.
- getTarget() - Returns the current target as triple x, y, z.
- setTarget(int x, int y, int z) - Set the new target.