Difference between revisions of "love.graphics.setPointStyle"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Sets the point style.
 
Sets the point style.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the point style.}}
 
{{#set:Description=Sets the point style.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.setPointStyle}}

Revision as of 20:27, 18 November 2010

Sets the point style.

Function

Synopsis

love.graphics.setPointStyle( style )

Arguments

PointStyle style
The new point style.

Returns

Nothing.

See Also

Other Languages