You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LuaMethodExample("if ( gameinfo.indatabase( ) ) then\r\n\tconsole.log( \"returns whether or not the currently loaded rom is in the game database\" );\r\nend;")]
29
29
[LuaMethod("indatabase","returns whether or not the currently loaded rom is in the game database")]
[LuaMethod("getstatus","returns the game database status of the currently loaded rom. Statuses are for example: GoodDump, BadDump, Hack, Unknown, NotInDatabase")]
[LuaMethodExample("if ( gameinfo.isstatusbad( ) ) then\r\n\tconsole.log( \"returns the currently loaded rom's game database status is considered 'bad'\" );\r\nend;")]
39
39
[LuaMethod("isstatusbad","returns the currently loaded rom's game database status is considered 'bad'")]
40
40
publicboolIsStatusBad()
41
-
=>APIs.GameInfo.GetGameInfo()?.IsRomStatusBad()istrue or null;
41
+
=>APIs.Emulation.GetGameInfo()?.IsRomStatusBad()istrue or null;
[LuaMethod("getboardtype","returns identifying information about the 'mapper' or similar capability used for this game. empty if no such useful distinction can be drawn")]
0 commit comments