Difference between revisions of "(Image):getFlags"

(Created page)
 
m
Line 1: Line 1:
 +
{{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]].

Revision as of 03:11, 27 January 2021

{{oldin|11.0|110|type=function]]

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