Game Development Community

How Do queryLanServers() ?

by practicing01 · in Torque 2D Beginner · 07/18/2014 (5:57 am) · 0 replies

I'm calling queryLanServers(9002,0,"","",0,0,0,0,0,0,0); on an app and I have another app with allowConnections(true); and setNetPort(9002); I've also defined onServerQueryStatus(%String_Status,%String_Message,%Float_Progress) on the app calling the query. The query results say there are no servers. Am I missing something?