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

Function AddMarkerFunc

source/common/objects/dobjgc.cpp:377–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376TArray<GCMarkerFunc> markers;
377void AddMarkerFunc(GCMarkerFunc func)
378{
379 if (markers.Find(func) == markers.Size())
380 markers.Push(func);
381}
382
383static void MarkRoot()
384{

Callers 12

app_initMethod · 0.85
app_initMethod · 0.85
app_initMethod · 0.85
app_initMethod · 0.85
CreateAltHUDFunction · 0.85
CreateStatusBarFunction · 0.85
RunGameFunction · 0.85
InitTextureCanvasGCMethod · 0.85
InitZSCallbacksMethod · 0.85
Job_InitFunction · 0.85
M_InitFunction · 0.85
InitServicesFunction · 0.85

Calls 3

FindMethod · 0.45
SizeMethod · 0.45
PushMethod · 0.45

Tested by

no test coverage detected