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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info