MCPcopy Create free account
hub / github.com/ZDoom/Raze / DEFINE_ACTION_FUNCTION

Function DEFINE_ACTION_FUNCTION

source/core/menu/usermap.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171
172DEFINE_ACTION_FUNCTION(FUsermapDirectory, ReadData)
173{
174 ReadUserMaps();
175 ACTION_RETURN_POINTER(&root);
176}
177
178DEFINE_ACTION_FUNCTION(FUsermapDirectory, GetNumEntries)
179{

Callers

nothing calls this directly

Calls 8

ReadUserMapsFunction · 0.85
LoadMapPreviewFunction · 0.85
ThrowAbortExceptionFunction · 0.85
SetupUserMapFunction · 0.85
M_SetMenuFunction · 0.85
SizeMethod · 0.45
AddLineMethod · 0.45
GetCharsMethod · 0.45

Tested by

no test coverage detected