Last updated 3 months ago
This type represents the GUI context.
Method
Finds a control by ID.
Arguments
Name
Type
Description
id
string
Control ID.
Returns
<control>?
Casted control. Returns nil if the control was not found, or casting failed.
nil
Example
local some_cb = ctx:find('some_cb');
Field
Type:
User's basic information.
user_t