MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / StartAppScript

Method StartAppScript

Source/Player/Application.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void Application::StartAppScript() {
94 LuaCpp::Selector startFunc = sandbox["start"];
95 if (startFunc.IsFunction()) {
96 startFunc();
97 }
98}
99
100void Application::OnApplicationResize(int width, int height) {
101 if (gameWorld) {

Callers 5

InitInstanceFunction · 0.80
InitDisplayFunction · 0.80
appInitFunction · 0.80
initUIMethod · 0.80
appInitFunction · 0.80

Calls 1

IsFunctionMethod · 0.80

Tested by

no test coverage detected