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

Function DEFINE_ACTION_FUNCTION

source/common/menu/messagebox.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47typedef void(*hfunc)();
48DEFINE_ACTION_FUNCTION(DMessageBoxMenu, CallHandler)
49{
50 PARAM_PROLOGUE;
51 PARAM_POINTERTYPE(Handler, hfunc);
52 Handler();
53 return 0;
54}
55
56//=============================================================================
57//

Callers

nothing calls this directly

Calls 2

M_StartMessageFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected