MasterServer.ClearHostListstatic function ClearHostList () : voidDescriptionClear the host list which was received by MasterServer.PollHostList. Useful if you want to update the list and want to make sure you don't use the older data.
JavaScript
function Awake() { using UnityEngine; import UnityEngine |
