Changes

Jump to navigation Jump to search

cursor.set

3 bytes removed, 22:03, 1 August 2015
m
typo
Line 20: Line 20:     
== Example ==
 
== Example ==
<syntaxhighlight>if (needsCursor) then  -- needsCursor would be a variable defined earilier
+
<syntaxhighlight>if needsCursor then  -- needsCursor would be a variable defined earlier
 
   cursor.set("pencil")
 
   cursor.set("pencil")
 
end</syntaxhighlight>
 
end</syntaxhighlight>

Navigation menu