Difference between revisions of "love.graphics.getPointStyle"

m (Discription corrected)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the current point style.}}
 
{{#set:Description=Gets the current point style.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.getPointStyle}}
 
{{i18n|love.graphics.getPointStyle}}

Revision as of 10:16, 25 March 2011

Gets the current point style.

Function

Synopsis

style = love.graphics.getPointStyle( )

Arguments

None.

Returns

PointStyle style
The current point style.

See Also


Other Languages