Combo reference
Declaration
combo TapSquare {
set_val(PS5_SQUARE, 100);
wait(80);
set_val(PS5_SQUARE, 0);
wait(80);
}combo_run
Syntax and returns
combo_run(combo_name);Example
main {
if(event_press(PS5_CROSS)) combo_run(TapSquare);
}combo_running
Syntax and returns
Example
combo_stop
Syntax and returns
Example
combo_restart
Syntax and returns
Example
combo_suspend
Syntax and returns
Example
combo_suspended
Syntax and returns
Example
combo_current_step
Syntax and returns
Example
combo_step_time_left
Syntax and returns
Example
combo_stop_all
Syntax and returns
Example
combo_suspend_all
Syntax and returns
Example
combo_resume
Syntax and returns
Example
combo_resume_all
Syntax and returns
Example
wait
Syntax and returns
Parameter
Accepted value
Example
call
Syntax and returns
Example
Complete control example
Last updated

