Continuing...
This commit is contained in:
parent
c4b2aba6bd
commit
26c0b1fff2
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue