MCPcopy Create free account
hub / github.com/cocos/cocos-engine / getEngine

Method getEngine

native/cocos/application/CocosApplication.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130BaseEngine::Ptr CocosApplication::getEngine() const {
131 return _engine;
132}
133
134const std::vector<std::string> &CocosApplication::getArguments() const {
135 return _argv;

Callers 8

onCloseMethod · 0.80
invokingLoadCallbacksMethod · 0.80
jsb_global_load_imageFunction · 0.80
evalStringFunction · 0.80
endRenderFrameMethod · 0.80
loadImageTrackingDataMethod · 0.80
asyncLoadAssetsImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected