MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AS_LoadEditorLevel

Function AS_LoadEditorLevel

Source/Scripting/angelscript/asfuncs.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419static void AS_LoadEditorLevel() {
420 Engine* engine = Engine::Instance();
421 engine->NewLevel();
422}
423
424std::string AS_GetStringDescriptionForBinding(const std::string& type, const std::string& name) {
425 if (type == "xbox") // Backwards compat

Callers

nothing calls this directly

Calls 1

NewLevelMethod · 0.80

Tested by

no test coverage detected