Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
serverQuery_ScriptBinding.h
File · 0.80
handleGameInfoResponse
Function · 0.80
Calls
1
test
Method · 0.45
Tested by
no test coverage detected