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

Method GetEventList

src/clientbase/EventHandler.cpp:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196//============================================================================//
197
198void EventHandler::GetEventList(std::vector<std::string>& eventList) const {
199 eventList.clear();
200 EventMap::const_iterator it;
201 for (it = eventMap.begin(); it != eventMap.end(); ++it) {
202 eventList.push_back(it->first);
203 }
204}
205
206
207const EventHandler::EventInfo*

Callers 1

ScriptGetCallInInfoMethod · 0.80

Calls 4

clearMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected