(Image):getFlags

Removed in LÖVE 11.0
This function is not supported in that and later versions.
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