From 14e96597c65a2402ee4ddc068ff08c7659123a1d Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Mon, 4 May 2009 07:29:52 +0000 Subject: old lua test stuff by hawkear removed or commented new function: Party.SetWinner sets winner of current round new unit ULuaUtils w/ some functions that are or may become useful moved Lua_ClearStack and Lua_ToBinInt to ULuaUtils added first hooks (have a look at hooks.txt in game/plugins until documentation is finished) lua module for TextGl written and finished lua testfile (game/scripts/main.lua) ported to new interface, see game/plugins/LuaTest.usdx git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1709 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Lua/src/lua/UHookableEvent.pas | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Lua/src/lua/UHookableEvent.pas') diff --git a/Lua/src/lua/UHookableEvent.pas b/Lua/src/lua/UHookableEvent.pas index d6ec2807..a8422026 100644 --- a/Lua/src/lua/UHookableEvent.pas +++ b/Lua/src/lua/UHookableEvent.pas @@ -281,13 +281,4 @@ begin Result := 0; end; -{ this is a helper in case an evenet owner don't has no use for the results - returns number of popped elements } -function Lua_ClearStack(L: Plua_State): Integer; - var I: Integer; -begin - Result := lua_gettop(L); - lua_pop(L, Result); -end; - end. \ No newline at end of file -- cgit v1.2.3