FORMS_DrawCheckbox

A function defined in FORMS_DrawCheckbox.gml

FORMS_DrawCheckbox(_x, _y, _state)

Description

Draws a checkbox at the given position.

Arguments

Name Type Description
_x Real The x position to draw the checkbox at.
_y Real The y position to draw the checkbox at.
_state Bool The current state of the checkbox.

Returns

Bool Return the new state of the checkbox.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.