| 2963 | } |
| 2964 | |
| 2965 | static int buildings_findPenPitAt(lua_State *L) |
| 2966 | { |
| 2967 | auto pos = CheckCoordXYZ(L, 1, true); |
| 2968 | Lua::PushDFObject(L, Buildings::findPenPitAt(pos)); |
| 2969 | return 1; |
| 2970 | } |
| 2971 | |
| 2972 | static int buildings_getCorrectSize(lua_State *state) |
| 2973 | { |
nothing calls this directly
no test coverage detected