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

Function DEFINE_ACTION_FUNCTION

src/wi_stuff.cpp:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357DEFINE_ACTION_FUNCTION(DInterBackground, Create)
358{
359 PARAM_PROLOGUE;
360 PARAM_POINTER(wbst, wbstartstruct_t);
361 ACTION_RETURN_POINTER(Create<DInterBackground>(wbst));
362}
363
364//====================================================================
365//

Callers

nothing calls this directly

Calls 8

HU_GetPlayerWidthsFunction · 0.85
HU_GetRowColorFunction · 0.85
LoadBackgroundMethod · 0.80
updateAnimatedBackMethod · 0.80
drawBackgroundMethod · 0.80
IsUsingMusicMethod · 0.80
SetIntMethod · 0.80
ResizeMethod · 0.45

Tested by

no test coverage detected