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

Function DEFINE_ACTION_FUNCTION

source/common/menu/menu.cpp:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163DEFINE_ACTION_FUNCTION(DListMenuDescriptor, Reset)
164{
165 PARAM_SELF_PROLOGUE(DListMenuDescriptor);
166 self->Reset();
167 return 0;
168}
169
170
171void DOptionMenuDescriptor::Reset()

Callers

nothing calls this directly

Calls 3

M_ActivateMenuFunction · 0.85
M_SetMenuFunction · 0.85
ResetMethod · 0.45

Tested by

no test coverage detected