Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Network.natFacilitatorIP

public static var natFacilitatorIP: string;

Description

The IP address of the NAT punchthrough facilitator.

Usually this is the same as the Master Server.

	function ResetIP() {
		Network.natFacilitatorIP = "127.0.0.1";
		Network.natFacilitatorPort = 10001;
	}