hedgewars/uScript.pas
changeset 5124 84267f79879b
parent 5120 c4d5ddf939fc
child 5238 46ddaf14509d
--- a/hedgewars/uScript.pas	Fri Apr 08 04:30:28 2011 +0200
+++ b/hedgewars/uScript.pas	Fri Apr 08 11:40:18 2011 +0200
@@ -19,6 +19,16 @@
 {$INCLUDE "options.inc"}
 
 unit uScript;
+(*
+ * This unit defines, implements and registers functions and
+ * variables/constants bindings for usage in Lua scripts.
+ *
+ * Please keep http://code.google.com/p/hedgewars/wiki/LuaAPI up to date!
+ *
+ * Note: If you add a new function, make sure to test if _all_ parameters
+ *       work as intended! (Especially conversions errors can sneak in
+ *       unnoticed and render the parameter useless!)
+ *)
 interface
 
 procedure ScriptPrintStack;