FORMS_DrawSection

A function defined in FORMS_DrawSection.gml

FORMS_DrawSection(_name, _x, _y, _expanded)

Description

Draws a section at the given position.

Arguments

Name Type Description
_name String The name of the section.
_x Real The x position to draw the section at.
_y Real The y position to draw the section at.
_expanded Bool True if the section is expanded.

Returns

Bool True if the section is clicked.


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