A function defined in PEd_GetFloatAsync.gml
PEd_GetFloatAsync(_str, _def, _callback)
Displays a popup message for the user to input a floating point number.
Name | Type | Description |
---|---|---|
_str | String |
The string to show in the popup message. |
_def | Real |
The default number in the popup message. |
_callback | Function |
A callback function. It is passed the resulting value. |
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.