Difference between revisions of "love.graphics.setLineStipple"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Sets the line stipple pattern.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the line stipple pattern.}}

Revision as of 16:17, 14 February 2010

Sets the line stipple pattern.

Function

Synopsis

love.graphics.setLineStipple( pattern, repeat )

Arguments

number pattern
A 16-bit pattern.
number repeat (1)
Repeat factor.

Returns

Nothing.

See Also