From 76b1f4bcea6a89e37087f61d672cd55b47e6f719 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 19 Apr 2008 00:34:02 +0000 Subject: Added a debugger command 'script' to allow execution of script engine methods svn-id: r31568 --- engines/lure/scripts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/lure/scripts.h') diff --git a/engines/lure/scripts.h b/engines/lure/scripts.h index 92e1ed09a5..b5b6140872 100644 --- a/engines/lure/scripts.h +++ b/engines/lure/scripts.h @@ -77,6 +77,7 @@ class Script { public: static uint16 execute(uint16 startOffset); + static void executeMethod(int methodIndex, uint16 v1, uint16 v2, uint16 v3); static void activateHotspot(uint16 hotspotId, uint16 v2, uint16 v3); static void setHotspotScript(uint16 hotspotId, uint16 scriptIndex, uint16 v3); static void addSound2(uint16 soundIndex, uint16 v2, uint16 v3); -- cgit v1.2.3