ModelData:getImage

Edit

Returns one of the Images in the model, by index.

image = ModelData:getImage(index)

Arguments

NameTypeDescription
indexnumber The index of the Image to get.

Returns

NameTypeDescription
imageImage The Image object.

See also