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

Function dfhack_penarray_clear

library/LuaApi.cpp:997–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997static int dfhack_penarray_clear(lua_State *L)
998{
999 PenArray *parr = check_penarray_native(L, 1);
1000 parr->clear();
1001 return 0;
1002}
1003
1004static int dfhack_penarray_get_dims(lua_State *L)
1005{

Callers

nothing calls this directly

Calls 2

check_penarray_nativeFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected