MCPcopy Create free account
hub / github.com/DFHack/dfhack / AssignDFObject

Method AssignDFObject

library/LuaTools.cpp:1126–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126bool DFHack::Lua::AssignDFObject(color_ostream &out, lua_State *state,
1127 const type_identity *type, void *target, int val_index,
1128 bool exact_type, bool perr)
1129{
1130 return doAssignDFObject(&out, state, type, target, val_index, exact_type, perr, false);
1131}
1132
1133void DFHack::Lua::CheckDFAssign(lua_State *state, const type_identity *type,
1134 void *target, int val_index, bool exact_type)

Callers

nothing calls this directly

Calls 1

doAssignDFObjectFunction · 0.85

Tested by

no test coverage detected