Difference between revisions of "love.graphics.setPointStyle"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the point style.}}
 
{{#set:Description=Sets the point style.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.setPointStyle}}
 
{{i18n|love.graphics.setPointStyle}}

Revision as of 10:21, 25 March 2011

Sets the point style.

Function

Synopsis

love.graphics.setPointStyle( style )

Arguments

PointStyle style
The new point style.

Returns

Nothing.

See Also


Other Languages