Difference between revisions of "love.graphics.setPointStyle"

m (Add more see alsos.)
Line 1: Line 1:
Sets the point style.
+
Sets the [[love.graphics.setPoint|point]] style.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.point]]
 +
* [[love.graphics.setPoint]]
 +
* [[love.graphics.setPointSize]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the point style.}}
 
{{#set:Description=Sets the point style.}}

Revision as of 01:04, 27 September 2011

Sets the point style.

Function

Synopsis

love.graphics.setPointStyle( style )

Arguments

PointStyle style
The new point style.

Returns

Nothing.

See Also


Other Languages