MasterServerLink
Properties
- int CurrentMasterServer
- The Master Server that the game is currently querying
- int LANPort
- int LANServerPort
- int LinkPtr
- string MasterServerAddress[5]
- List of Master Server addresses to query
- int MasterServerPort[5]
- List of Master Server ports to query
Functions
- bool Poll(int WaitTime )
- Unclear what this function does, any help?
- Tick(float Delta )
- Calls Poll(0)
Events
- GetMasterServer(out string OutAddress, out int OutPort )
- returns the Master Server Address and Port to use in OutAddress and OutPort