Open Miner34dev opened 3 months ago
Rigs of Rods version: 2024.08-dev-017800f OS: Garuda Linux
Example script:
void main() {} void frameStep(float dt) { if (inputs.getEventBoolValueBounce(EV_CAMERA_CHANGE)) { game.log("Camera change detected"); } }
Pressing the camera change button (C by default), you will notice it doesn't say anything! You can even try holding it down, but the result will not change. The same happens with getEventBoolValue().
getEventBoolValue()
Rigs of Rods version: 2024.08-dev-017800f OS: Garuda Linux
Example script:
Pressing the camera change button (C by default), you will notice it doesn't say anything! You can even try holding it down, but the result will not change. The same happens with
getEventBoolValue()
.