MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / _instance_starting_static

Method _instance_starting_static

editor/run/game_view_plugin.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void GameView::_instance_starting_static(int p_idx, List<String> &r_arguments) {
329 ERR_FAIL_NULL(singleton);
330 singleton->_instance_starting(p_idx, r_arguments);
331}
332
333void GameView::_instance_starting(int p_idx, List<String> &r_arguments) {
334 if (!is_feature_enabled) {

Callers

nothing calls this directly

Calls 1

_instance_startingMethod · 0.80

Tested by

no test coverage detected