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

Function GetUnitList

plugins/remotefortressreader/remotefortressreader.cpp:1635–1638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1633}
1634
1635static command_result GetUnitList(color_ostream &stream, const EmptyMessage *in, UnitList *out)
1636{
1637 return GetUnitListInside(stream, NULL, out);
1638}
1639
1640// NB: Cannot be called 'lerp': https://en.cppreference.com/w/cpp/numeric/lerp
1641float Lerp(float a, float b, float f)

Callers

nothing calls this directly

Calls 1

GetUnitListInsideFunction · 0.85

Tested by

no test coverage detected