|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Functions | |
| RealmBuildInfo const * | GetBuildInfo (int build) |
| bool | IsAcceptedClientBuild (int build) |
| bool | IsPostBCAcceptedClientBuild (int build) |
| bool | IsPreBCAcceptedClientBuild (int build) |
Variables | |
| static RealmBuildInfo const | PostBcAcceptedClientBuilds [] |
| static RealmBuildInfo const | PreBcAcceptedClientBuilds [] |
| RealmBuildInfo const * AuthHelper::GetBuildInfo | ( | int | build | ) |
Definition at line 72 of file AuthCodes.cpp.
References PostBcAcceptedClientBuilds, and PreBcAcceptedClientBuilds.
Referenced by AuthSocket::_HandleRealmList().
| bool AuthHelper::IsAcceptedClientBuild | ( | int | build | ) |
Definition at line 67 of file AuthCodes.cpp.
References IsPostBCAcceptedClientBuild(), and IsPreBCAcceptedClientBuild().
Referenced by AuthSocket::_HandleLogonChallenge().
| bool AuthHelper::IsPostBCAcceptedClientBuild | ( | int | build | ) |
Definition at line 58 of file AuthCodes.cpp.
References PostBcAcceptedClientBuilds.
Referenced by AuthSocket::_HandleLogonChallenge(), AuthSocket::_HandleReconnectChallenge(), and IsAcceptedClientBuild().
| bool AuthHelper::IsPreBCAcceptedClientBuild | ( | int | build | ) |
Definition at line 49 of file AuthCodes.cpp.
References PreBcAcceptedClientBuilds.
Referenced by AuthSocket::_HandleLogonChallenge(), AuthSocket::_HandleRealmList(), AuthSocket::_HandleReconnectChallenge(), and IsAcceptedClientBuild().
|
static |
Definition at line 11 of file AuthCodes.cpp.
Referenced by GetBuildInfo(), and IsPostBCAcceptedClientBuild().
|
static |
Definition at line 41 of file AuthCodes.cpp.
Referenced by GetBuildInfo(), and IsPreBCAcceptedClientBuild().