hedgewars/uScript.pas
changeset 5124 84267f79879b
parent 5120 c4d5ddf939fc
child 5238 46ddaf14509d
equal deleted inserted replaced
5123:b0b57f247e02 5124:84267f79879b
    17  *)
    17  *)
    18 
    18 
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit uScript;
    21 unit uScript;
       
    22 (*
       
    23  * This unit defines, implements and registers functions and
       
    24  * variables/constants bindings for usage in Lua scripts.
       
    25  *
       
    26  * Please keep http://code.google.com/p/hedgewars/wiki/LuaAPI up to date!
       
    27  *
       
    28  * Note: If you add a new function, make sure to test if _all_ parameters
       
    29  *       work as intended! (Especially conversions errors can sneak in
       
    30  *       unnoticed and render the parameter useless!)
       
    31  *)
    22 interface
    32 interface
    23 
    33 
    24 procedure ScriptPrintStack;
    34 procedure ScriptPrintStack;
    25 procedure ScriptClearStack;
    35 procedure ScriptClearStack;
    26 
    36