MasterServer.PollHostListstatic function PollHostList () : HostData[]DescriptionCheck for the latest host list received by using MasterServer.RequestHostList. You can clear the current host list with MasterServer.ClearHostList. That way you can be sure that the list returned by is up to date.
JavaScript
function Awake() { using UnityEngine; import UnityEngine |
