From 26c0b1fff2133b2dcba25994ef9e249f05b28214 Mon Sep 17 00:00:00 2001 From: Azreal Date: Sat, 10 Mar 2018 02:49:39 -0800 Subject: [PATCH] Continuing... --- .../tools/Lua/Libraries/EmuLuaLibrary.Tastudio.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Tastudio.cs b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Tastudio.cs index c5b4c4e375..66f1bf9074 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Tastudio.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/Libraries/EmuLuaLibrary.Tastudio.cs @@ -49,7 +49,7 @@ namespace BizHawk.Client.EmuHawk private List changeList = new List(); //TODO: Initialize it to empty list on a script reload, and have each script have it's own list - [LuaMethodExample("engaged", "if (tastudio.engaged()) then\r\n\tconsole.log(\"returns whether or not tastudio is currently engaged ( active )\");\r\nend;")] + [LuaMethodExample("engaged", "if ( tastudio.engaged( ) ) then\r\n\tconsole.log( \"returns whether or not tastudio is currently engaged ( active )\" );\r\nend;")] [LuaMethod("engaged", "returns whether or not tastudio is currently engaged (active)")] public bool Engaged() {