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

Method isQuerying

Engine/source/app/net/serverQuery.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 bool isNew() { return( status == Status_New ); }
92 bool isQuerying() { return( status.test( Status_Querying ) ); }
93 bool isUpdating() { return( status.test( Status_Updating ) ); }
94 bool hasResponded() { return( status.test( Status_Responded ) ); }
95 bool isTimedOut() { return( status.test( Status_TimedOut ) ); }

Callers 1

processPingsAndQueriesFunction · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected