This commit is contained in:
adelikat 2015-07-10 10:26:51 -04:00
parent a9c460802b
commit a8bf7f1828
1 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,10 @@ namespace BizHawk.Client.EmuHawk
}
}
[LuaMethodAttributes(
"onqueryitemicon",
"called during the icon draw event of the tastudio listview"
)]
public void OnQueryItemIcon(LuaFunction luaf)
{
if (Engaged())