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

Method GetUserName

Source/Engine/Platform/Base/PlatformBase.cpp:617–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617String PlatformBase::GetUserName()
618{
619 return Users.Count() != 0 ? Users[0]->GetName() : String::Empty;
620}
621
622bool PlatformBase::GetIsPaused()
623{

Callers

nothing calls this directly

Calls 2

CountMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected