MCPcopy Create free account
hub / github.com/MyGUI/mygui / unbind

Method unbind

Plugins/Plugin_HikariWidget/FlashControl.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void FlashControl::unbind(const MyGUI::UString& funcName)
252{
253 DelegateIter i = delegateMap.find(funcName);
254 if (i != delegateMap.end())
255 delegateMap.erase(i);
256}
257
258FlashValue FlashControl::callFunction(MyGUI::UString funcName, const Arguments& args)
259{

Callers

nothing calls this directly

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected