MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SendMessage

Method SendMessage

ogsr_engine/xrGame/ui/UIMap.cpp:235–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void CUICustomMap::SendMessage(CUIWindow* pWnd, s16 msg, void* pData) { CUIWndCallback::OnEvent(pWnd, msg, pData); }
236
237bool CUIGlobalMap::OnMouse(float x, float y, EUIMessages mouse_action)
238{

Callers 15

AddIconedPdaMessageMethod · 0.45
OnFocusReceiveMethod · 0.45
OnDbClickMethod · 0.45
OnMouseDownMethod · 0.45
OnMouseMethod · 0.45
OnClickMethod · 0.45
OnMouseDownMethod · 0.45
OnFocusReceiveMethod · 0.45
OnFocusLostMethod · 0.45
SaveValueMethod · 0.45
OnMouseMethod · 0.45

Calls 7

OnEventFunction · 0.85
UIGameMethod · 0.80
GetUIMethod · 0.80
ShowHintMethod · 0.80
HideHintMethod · 0.80
ActivatePropertiesBoxMethod · 0.45
GetHintMethod · 0.45

Tested by

no test coverage detected