Changes

Jump to navigation Jump to search

cursor.set

8 bytes removed, 14:45, 11 January 2012
Line 20: Line 20:     
== Example ==
 
== Example ==
<syntaxhighlight>if (needsCursor == true) then  -- needsCursor would be a variable defined earilier
+
<syntaxhighlight>if (needsCursor) then  -- needsCursor would be a variable defined earilier
 
   cursor.set("pencil")
 
   cursor.set("pencil")
 
end</syntaxhighlight>
 
end</syntaxhighlight>
68

edits

Navigation menu