MCPcopy 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
301template<typename I> expand_types_vm<typename I::KeyType> MapIteratorGetKey(I * self)
302{
303 return self->GetKey();
304}
305
306template<typename I> void MapIteratorGetKeyString(I * self, FString &out)
307{

Callers

nothing calls this directly

Calls 1

GetKeyMethod · 0.80

Tested by

no test coverage detected