mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-05 17:13:29 +08:00
514 B
514 B
Class: input_string
Inherit from 1 class: base_text_element
Class for representing an input field for editing a string value within the GUI.
Functions (2)
get_value()
- Returns:
string
: Get the value currently written inside the input field.
Exemple Usage:
string = input_string:get_value()
set_value(val)
- Parameters:
val
(string): Set the value currently written inside the input field.
Exemple Usage:
input_string:set_value(val)