mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
NetworkSystem: update function documentation
This commit is contained in:
parent
18e71086b6
commit
e27fc72e25
@ -48,7 +48,8 @@ static bool GetServerListingFromJSON(const rapidjson::Value& value, NetGameServe
|
|||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Purpose: gets a vector of hosted servers.
|
// Purpose: gets a vector of hosted servers.
|
||||||
// Input : &outMessage -
|
// Input : &outServerList -
|
||||||
|
// &outMessage -
|
||||||
// Output : true on success, false on failure.
|
// Output : true on success, false on failure.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
bool CPylon::GetServerList(vector<NetGameServer_t>& outServerList, string& outMessage) const
|
bool CPylon::GetServerList(vector<NetGameServer_t>& outServerList, string& outMessage) const
|
||||||
@ -156,6 +157,7 @@ bool CPylon::GetServerByToken(NetGameServer_t& outGameServer,
|
|||||||
// Purpose: Sends host server POST request.
|
// Purpose: Sends host server POST request.
|
||||||
// Input : &outMessage -
|
// Input : &outMessage -
|
||||||
// &outToken -
|
// &outToken -
|
||||||
|
// &outHostIp -
|
||||||
// &netGameServer -
|
// &netGameServer -
|
||||||
// Output : Returns true on success, false on failure.
|
// Output : Returns true on success, false on failure.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
@ -296,6 +298,7 @@ bool CPylon::GetBannedList(const CBanSystem::BannedList_t& inBannedVec, CBanSyst
|
|||||||
// Purpose: Checks if client is banned on the comp server.
|
// Purpose: Checks if client is banned on the comp server.
|
||||||
// Input : &ipAddress -
|
// Input : &ipAddress -
|
||||||
// nucleusId -
|
// nucleusId -
|
||||||
|
// &personaName -
|
||||||
// &outReason - <- contains banned reason if any.
|
// &outReason - <- contains banned reason if any.
|
||||||
// Output : True if banned, false if not banned.
|
// Output : True if banned, false if not banned.
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user