⚙️control_id

This type represents a control ID.

__call

Constructs the ID structure.

Arguments

Name

Type

Description

id

string

ID.

Returns

Type

Description

control_id

ID structure.

Example

local id = gui.control_id('my_id');

id

Type: int

Hashed representation of the ID.


id_string

Type: string

Normal representation of the ID.

Last updated