MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / IsManaged

Method IsManaged

src/clientbase/EventHandler.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218
219bool EventHandler::IsManaged(const std::string& eName) const {
220 const EventInfo* ei = GetEventInfo(eName);
221 return (ei != NULL) && (ei->GetList() != NULL);
222}
223
224
225bool EventHandler::IsReversed(const std::string& eName) const {

Callers 2

RemoveClientMethod · 0.45
ScriptSetCallInMethod · 0.45

Calls 1

GetListMethod · 0.45

Tested by

no test coverage detected