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

Method Handler_Detach

ogsr_engine/xr_3da/EventAPI.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void CEventAPI::Handler_Detach(EVENT& E, IEventReceiver* H)
104{
105 if (nullptr == E)
106 return;
107 CS.Enter();
108 E->Detach(H);
109 Destroy(E);
110 CS.Leave();
111}
112void CEventAPI::Signal(EVENT E, u64 P1, u64 P2)
113{
114 CS.Enter();

Callers 3

~CLevelMethod · 0.80
~CGamePersistentMethod · 0.80
~CApplicationMethod · 0.80

Calls 4

DestroyFunction · 0.85
LeaveMethod · 0.80
EnterMethod · 0.45
DetachMethod · 0.45

Tested by

no test coverage detected