Difference between revisions of "(Image):getFlags"

m
m
 
Line 1: Line 1:
{{oldin|[[11.0]]|110|type=function]]
+
{{oldin|[[11.0]]|110|type=function}}
 
{{newin|[[0.10.0]]|100|type=function}}
 
{{newin|[[0.10.0]]|100|type=function}}
 
Gets the flags used when the image was [[love.graphics.newImage|created]].
 
Gets the flags used when the image was [[love.graphics.newImage|created]].

Latest revision as of 03:11, 27 January 2021

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