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

Method isPassworded

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

Source from the content-addressed store, hash-verified

115
116 bool isDedicated() { return( status.test( Status_Dedicated ) ); }
117 bool isPassworded() { return( status.test( Status_Passworded ) ); }
118 bool isLinux() { return( status.test( Status_Linux ) ); }
119};
120

Callers 2

handleGameInfoResponseFunction · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected