Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void LuaTable::remove(char const* key) const {
45
engine().tableSet(false, handleIndex(), key, LuaNil);
46
}
47
48
LuaInt LuaTable::length() const {
49
return engine().tableLength(false, handleIndex());
Callers
15
setEnabled
Method · 0.45
updateItemState
Method · 0.45
removeButton
Method · 0.45
process
Function · 0.45
applyRemoveOperation
Function · 0.45
applyAddOperation
Function · 0.45
applyReplaceOperation
Function · 0.45
applyMoveOperation
Function · 0.45
applyMergeOperation
Function · 0.45
removeHandler
Method · 0.45
removeNetElement
Method · 0.45
readNetDelta
Method · 0.45
Calls
1
tableSet
Method · 0.80
Tested by
no test coverage detected