Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ MapIteratorGetKey
Function
MapIteratorGetKey
source/common/scripting/core/maps.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
template<typename I> expand_types_vm<typename I::KeyType> MapIteratorGetKey(I * self)
302
{
303
return self->GetKey();
304
}
305
306
template<typename I> void MapIteratorGetKeyString(I * self, FString &out)
307
{
Callers
nothing calls this directly
Calls
1
GetKey
Method · 0.80
Tested by
no test coverage detected