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

Method GetCommandName

Source/Engine/Debug/DebugCommands.cpp:521–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521StringView DebugCommands::GetCommandName(int32 index)
522{
523 ScopeLock lock(Locker);
524 CHECK_RETURN(Commands.IsValidIndex(index), String::Empty);
525 return Commands.Get()[index].Name;
526}

Callers

nothing calls this directly

Calls 2

IsValidIndexMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected