MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / BuildCommand

Method BuildCommand

Source/Editor/Editor.cs:1451–1455  ·  view source on GitHub ↗
(string arg)

Source from the content-addressed store, hash-verified

1449 }
1450
1451 internal void BuildCommand(string arg)
1452 {
1453 if (TryBuildCommand(arg))
1454 Engine.RequestExit(1);
1455 }
1456
1457 private bool TryBuildCommand(string arg)
1458 {

Callers

nothing calls this directly

Calls 1

RequestExitMethod · 0.80

Tested by

no test coverage detected