TrinityCore
Loading...
Searching...
No Matches
AuthHelper Namespace Reference

Functions

bool IsPreBCAcceptedClientBuild (uint32 build)
 
bool IsPostBCAcceptedClientBuild (uint32 build)
 
bool IsAcceptedClientBuild (uint32 build)
 

Variables

static constexpr uint32 MAX_PRE_BC_CLIENT_BUILD = 6141
 

Function Documentation

◆ IsAcceptedClientBuild()

bool AuthHelper::IsAcceptedClientBuild ( uint32  build)

Definition at line 35 of file AuthCodes.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsPostBCAcceptedClientBuild()

bool AuthHelper::IsPostBCAcceptedClientBuild ( uint32  build)

Definition at line 30 of file AuthCodes.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsPreBCAcceptedClientBuild()

bool AuthHelper::IsPreBCAcceptedClientBuild ( uint32  build)

Definition at line 25 of file AuthCodes.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ MAX_PRE_BC_CLIENT_BUILD

constexpr uint32 AuthHelper::MAX_PRE_BC_CLIENT_BUILD = 6141
staticconstexpr

Definition at line 23 of file AuthCodes.cpp.