So i have something like this:
public static int Window(ILuaState lua) { int id = lua.L_CheckInteger(1); Rect rect = RectLib.CheckRect(lua, 2); st