CC Ballistix Reborn
Revival of the Famous Modification
This project represents a fork from CC: Ballistix Updated, created specifically to fill the temporal gap between main version releases. The modification maintains full functionality for controlling missile systems through computer interfaces.
Available Control Commands
Launch Function
launch()
- Attempts to launch a missile from the connected launcher
- Returns boolean value
trueupon successful command transmission, otherwisefalse - Automatically queues
ccballistixreborn_launchevent with target coordinates along X, Y, and Z axes
Range Detection
getRange()
- Returns maximum firing range of connected missile launcher as an integer
- Returns
0if launcher not found or range cannot be determined
Target Position Retrieval
getPosition()
- Returns a table containing current target coordinates in
x,y,zformat - Returns empty table if launcher not found or target not set
Target Setting
setPosition(x, y, z)
- Sets target position for control panel using X, Y, and Z coordinates
- Queues
ccballistixreborn_update_positionevent with updated coordinates
Frequency Detection
getFrequency()
- Returns operating frequency of connected missile launcher as integer
- Returns
0if launcher not detected