![]() |
TrinityCore
|
Namespaces | |
| namespace | Arch |
| namespace | Platform |
| namespace | PlatformType |
| namespace | Type |
Classes | |
| struct | AuthKey |
| struct | Info |
| struct | VariantId |
Functions | |
| std::array< char, 5 > | ToCharArray (uint32 value) |
| void | LoadBuildInfo () |
| Info const * | GetBuildInfo (uint32 build) |
| uint32 | GetMinorMajorBugfixVersionForBuild (uint32 build) |
| constexpr uint32 | ToFourCC (std::string_view text) |
| consteval uint32 | operator""_fourcc (char const *chars, std::size_t length) |
| TC_SHARED_API Info const * ClientBuild::GetBuildInfo | ( | uint32 | build | ) |
| TC_SHARED_API uint32 ClientBuild::GetMinorMajorBugfixVersionForBuild | ( | uint32 | build | ) |
| TC_SHARED_API void ClientBuild::LoadBuildInfo | ( | ) |
Definition at line 135 of file ClientBuildInfo.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| consteval uint32 ClientBuild::operator""_fourcc | ( | char const * | chars, |
| std::size_t | length | ||
| ) |
| TC_SHARED_API std::array< char, 5 > ClientBuild::ToCharArray | ( | uint32 | value | ) |
|
inlineconstexpr |