This type represents a control ID.
This type is mostly deprecated and can be replaced by strings on all control constructors.
local cb = gui.Checkbox('my_checkbox_id') -- Auto converts into ControlID
Constructor
Constructs the ID structure.
Arguments
Name
Type
Description
id
string
ID.
Returns
ControlID
ID structure.
Example
local id = gui.ControlID('my_id');
FieldRead only
Type: int
int
Hashed representation of the ID.
Type: string
Normal representation of the ID.
Last updated 18 days ago