Game Development Community

QueryLANServers

by Howard Dortch · in Torque Game Engine · 01/12/2005 (6:45 am) · 0 replies

In the example for this query there are 2 parameters of interest

$Client::GameTypeQuery
$Client::MissionTypeQuery

What I would like to do is query the server to check the game type as in

$Server::MissionType

It makes no sense to me to query the client about game type when the gametype is set from the server.

So the host sets a mission or deathmatch gametype ($Server::MissionType) and the client can load different things as a result.

How do I get the server gametype from this call?