Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
376
TArray<GCMarkerFunc> markers;
377
void AddMarkerFunc(GCMarkerFunc func)
378
{
379
if (markers.Find(func) == markers.Size())
380
markers.Push(func);
381
}
382
383
static void MarkRoot()
384
{
Callers
12
app_init
Method · 0.85
app_init
Method · 0.85
app_init
Method · 0.85
app_init
Method · 0.85
CreateAltHUD
Function · 0.85
CreateStatusBar
Function · 0.85
RunGame
Function · 0.85
InitTextureCanvasGC
Method · 0.85
InitZSCallbacks
Method · 0.85
Job_Init
Function · 0.85
M_Init
Function · 0.85
InitServices
Function · 0.85
Calls
3
Find
Method · 0.45
Size
Method · 0.45
Push
Method · 0.45
Tested by
no test coverage detected