MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / CallFunc

Method CallFunc

netgames/dmfc/dmfcmenu.cpp:826–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825bool MenuItem::GetFocus(void) { return HasInputFocus; }
826void MenuItem::CallFunc(int value) {
827 if (func)
828 (*func)(value);
829}
830bool MenuItem::HasSubMenus(void) { return (SubMenuCount > 0); }
831
832int MenuItem::GetCustomSubMenuCount(void) {

Callers 2

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected