MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / remove

Method remove

source/core/StarLua.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void LuaTable::remove(char const* key) const {
45 engine().tableSet(false, handleIndex(), key, LuaNil);
46}
47
48LuaInt LuaTable::length() const {
49 return engine().tableLength(false, handleIndex());

Callers 15

setEnabledMethod · 0.45
updateItemStateMethod · 0.45
removeButtonMethod · 0.45
processFunction · 0.45
applyRemoveOperationFunction · 0.45
applyAddOperationFunction · 0.45
applyReplaceOperationFunction · 0.45
applyMoveOperationFunction · 0.45
applyMergeOperationFunction · 0.45
removeHandlerMethod · 0.45
removeNetElementMethod · 0.45
readNetDeltaMethod · 0.45

Calls 1

tableSetMethod · 0.80

Tested by

no test coverage detected