EngineTestCases.wiki
changeset 1816 938a1627b2b1
parent 1805 d18970cf6ca2
equal deleted inserted replaced
1815:1b39b4fa2e7d 1816:938a1627b2b1
    32 
    32 
    33 These scripts are treated like ordinary scripts in Hedgewars (like
    33 These scripts are treated like ordinary scripts in Hedgewars (like
    34 misions or multiplayer scripts) but there's one important difference:
    34 misions or multiplayer scripts) but there's one important difference:
    35 You must call `EndLuaTest` when the test result (success or failure)
    35 You must call `EndLuaTest` when the test result (success or failure)
    36 has be determined (see [LuaUtil]).
    36 has be determined (see [LuaUtil]).
    37