| 1131 | } |
| 1132 | |
| 1133 | void DFHack::Lua::CheckDFAssign(lua_State *state, const type_identity *type, |
| 1134 | void *target, int val_index, bool exact_type) |
| 1135 | { |
| 1136 | doAssignDFObject(NULL, state, type, target, val_index, exact_type, false, true); |
| 1137 | } |
| 1138 | |
| 1139 | bool DFHack::Lua::SafeCallString(color_ostream &out, lua_State *state, const std::string &code, |
| 1140 | int nargs, int nres, bool perr, |
nothing calls this directly
no test coverage detected