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

Method gotoFrame

Plugins/Plugin_HikariWidget/HikariWidget.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 void HikariWidget::gotoFrame(long frameNum)
102 {
103 if (mControl)
104 mControl->getFlashInterface()->raw_GotoFrame(frameNum);
105 }
106
107 void HikariWidget::setLoop(bool shouldLoop)
108 {

Callers

nothing calls this directly

Calls 1

getFlashInterfaceMethod · 0.80

Tested by

no test coverage detected