tests/lua/README.md
author Wuzzy <almikes@aol.com>
Thu, 05 Oct 2017 01:37:49 +0200
changeset 12654 2837dee472cc
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
Show selected weapon again when using it in inf attack mode This is useful if you have e.g. lots of (finite) bazookas; it's easy to lose track of the amount of remaining bazookas. Not displayed for weapons which always end your turn.

Lua scripts for engine testing. These scripts are the same as other Lua scripts
in Hedgewars, but you ought to call `EndLuaTest(TEST_SUCCESSFUL)` or
`EndLuaTest(TEST_FAILED)` when the test is completed.