fmod_system_getText
Prompt the user for text input and return the entered string, or null if cancelled. Optionally include a default text value.
Instructions
Prompts for text input and returns the string, or null if cancelled (blocking). (bracketed args are optional) [method · system.getText]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg | Yes | ||
| defaultText | No | (optional) |