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

Method setJoinPassword

Engine/source/T3D/gameBase/gameConnection.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void GameConnection::setJoinPassword(const char *password)
308{
309 mJoinPassword = dStrdup(password);
310}
311
312DefineEngineMethod( GameConnection, setJoinPassword, void, (const char* password),,
313 "@brief On the client, set the password that will be passed to the server.\n\n"

Callers 1

gameConnection.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected