예제 #1
0
 static int CaptureScreenshot(IntPtr L)
 {
     LuaScriptMgr.CheckArgsCount(L, 0);
     Reproduction.CaptureScreenshot();
     return(0);
 }