image
This type represents an image control.
__call๏ปฟ
Constructs the image.
Arguments
Returns
Type
Description
image
Image instance.
Example
local img = gui.image(gui.control_id('my_id'));
Last updated
This type represents an image control.
Constructs the image.
Arguments
Returns
Type
Description
image
Image instance.
Example
local img = gui.image(gui.control_id('my_id'));
Last updated