Last updated 3 months ago
This type represents an image control.
This type inherits type. All of its base methods and fields are also available in this type.
Constructor
Constructs the image.
Arguments
Name
Type
Description
id
ID.
tex
Texture.
Returns
image
Image instance.
Example
local img = gui.image(gui.control_id('my_id'));
control
control_id
texture