MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / validateAuthenticatedServer

Function validateAuthenticatedServer

Engine/source/app/auth.h:44–47  ·  view source on GitHub ↗

Formerly validated the server's authentication info.

Source from the content-addressed store, hash-verified

42
43/// Formerly validated the server's authentication info.
44inline bool validateAuthenticatedServer()
45{
46 return true;
47}
48
49/// Formerly validated the client's authentication info.
50inline bool validateAuthenticatedClient()

Callers 1

DefineEngineFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected