(Image):getFlags

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Gets the flags used when the image was created.

Function

Synopsis

flags = Image:getFlags( )

Arguments

None.

Returns

table flags
A table with ImageFlag keys.

See Also

Other Languages