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

Method GetAllCommands

Source/Engine/Debug/DebugCommands.cpp:467–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void DebugCommands::GetAllCommands(Array<StringView>& commands)
468{
469 EnsureInited();
470 ScopeLock lock(Locker);
471 for (const auto& command : Commands)
472 commands.Add(command.Name);
473}
474
475DebugCommands::CommandFlags DebugCommands::GetCommandFlags(StringView command)
476{

Callers 1

OnTextChangedMethod · 0.80

Calls 2

EnsureInitedFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected