Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ DictRemove
Function
DictRemove
source/common/scripting/core/dictionary.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
static void DictRemove(Dictionary *dict, const FString &key)
74
{
75
dict->Map.Remove(key);
76
}
77
78
//=====================================================================================
79
//
Callers
1
DEFINE_ACTION_FUNCTION_NATIVE
Function · 0.85
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected