hedgewars/uScript.pas
changeset 11515 4dd77731453b
parent 11468 2f6f8baa2a97
child 11520 663ecfb05df6
equal deleted inserted replaced
11514:5d804405964d 11515:4dd77731453b
    21 unit uScript;
    21 unit uScript;
    22 (*
    22 (*
    23  * This unit defines, implements and registers functions and
    23  * This unit defines, implements and registers functions and
    24  * variables/constants bindings for usage in Lua scripts.
    24  * variables/constants bindings for usage in Lua scripts.
    25  *
    25  *
    26  * Please keep http://code.google.com/p/hedgewars/wiki/LuaAPI up to date!
    26  * Please keep http://hedgewars.org/kb/LuaAPI up to date!
    27  *
    27  *
    28  * Note: If you add a new function, make sure to test if _all_ parameters
    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
    29  *       work as intended! (Especially conversions errors can sneak in
    30  *       unnoticed and render the parameter useless!)
    30  *       unnoticed and render the parameter useless!)
    31  *)
    31  *)