MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / addressFinished

Function addressFinished

Engine/source/app/net/serverQuery.cpp:994–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992//-----------------------------------------------------------------------------
993
994static bool addressFinished( const NetAddress* addr )
995{
996 for ( U32 i = 0; i < gFinishedList.size(); i++ )
997 if ( Net::compareAddresses( addr, &gFinishedList[i] ) )
998 return true;
999 return false;
1000}
1001
1002//-----------------------------------------------------------------------------
1003

Callers 3

pushPingRequestFunction · 0.85
pushPingBroadcastFunction · 0.85
handleGamePingResponseFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected