equal
deleted
inserted
replaced
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 |