Edited wiki page LuaAPI through web user interface.
authorhenrik.rostedt@gmail.com
Sat, 25 Jun 2011 19:49:30 +0000
changeset 114 e311af715b57
parent 113 4978a1bc161a
child 115 3278ecf295a3
Edited wiki page LuaAPI through web user interface.
LuaAPI.wiki
--- a/LuaAPI.wiki	Sat Jun 18 21:49:12 2011 +0000
+++ b/LuaAPI.wiki	Sat Jun 25 19:49:30 2011 +0000
@@ -239,6 +239,10 @@
 
 <blockquote>returns the state of the gear. This is one of [States]
 </blockquote>
+=== <tt>!GetGearMessage(gearUid)</tt> ===
+
+<blockquote>returns the message of the gear.
+</blockquote>
 === <tt>!GetFollowGear(gearUid)</tt> ===
 
 <blockquote>Returns the uid of the gear that is currently being followed.
@@ -404,6 +408,11 @@
 <blockquote>Sets the state of the specified gear to one of [States].
 </blockquote>
 
+=== <tt>!SetGearMessage(gearUid, message)</tt> ===
+
+<blockquote>Sets the message of the specified gear.
+</blockquote>
+
 === <tt>!SetTag(gearUid, tag)</tt> ===
 
 <blockquote>Sets the tag of the specified gear, different for every gear.