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

Function DEFINE_ACTION_FUNCTION_NATIVE

source/common/menu/menu.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79DEFINE_ACTION_FUNCTION_NATIVE(DMenu, GetCurrentMenu, GetCurrentMenu)
80{
81 ACTION_RETURN_OBJECT(CurrentMenu);
82}
83
84static int GetMenuTime()
85{

Callers

nothing calls this directly

Calls 4

GetMenuDescriptorFunction · 0.85
SetMouseCaptureFunction · 0.85
GetIndexMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected