MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / isUpdating

Method isUpdating

engine/source/network/serverQuery.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 bool isNew() { return( status == Status_New ); }
111 bool isQuerying() { return( status.test( Status_Querying ) ); }
112 bool isUpdating() { return( status.test( Status_Updating ) ); }
113 bool hasResponded() { return( status.test( Status_Responded ) ); }
114 bool isTimedOut() { return( status.test( Status_TimedOut ) ); }
115

Callers 2

handleGamePingResponseFunction · 0.80
handleGameInfoResponseFunction · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected