MCPcopy Create free account
hub / github.com/axmolengine/axmol / commandDirectorSubCommandStart

Method commandDirectorSubCommandStart

core/base/Console.cpp:1017–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017void Console::commandDirectorSubCommandStart(socket_native_type /*fd*/, std::string_view /*args*/)
1018{
1019 auto director = Director::getInstance();
1020 director->startAnimation();
1021}
1022
1023void Console::commandDirectorSubCommandEnd(socket_native_type /*fd*/, std::string_view /*args*/)
1024{

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85
startAnimationMethod · 0.80

Tested by

no test coverage detected