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