Continuing...

This commit is contained in:
Azreal 2018-03-10 02:49:39 -08:00
parent c4b2aba6bd
commit 26c0b1fff2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace BizHawk.Client.EmuHawk
private List<PendingChanges> changeList = new List<PendingChanges>(); //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()
{