Check control exists

Check whether the control exists or not.

ui_exists(control);

Return: Boolean

Argument control is the control to check.

if(ui_exists(editBox)){
    ui_textbox_draw(editBox);
}

Check if control exists then draw it.

results matching ""

    No results matching ""