{{newin|[[0.9.1]]|091|type=function}}
Gets whether wireframe mode is used when drawing.

== Function ==
=== Synopsis ===
<source lang="lua">
wireframe = love.graphics.isWireframe( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|wireframe|True if wireframe lines are used when drawing, false if it's not.}}

== See Also ==
* [[parent::love.graphics]]
* [[love.graphics.setWireframe]]
[[Category:Functions]]
{{#set:Description=Gets whether wireframe mode is used when drawing.}}
{{#set:Sub-Category=State}}
== Other Languages ==
{{i18n|love.graphics.isWireframe}}