Struct

An immutable configuration object, which is used by GPGameProcess, to define both its GPGameServer and GPGameClient behavior.

Instance Properties

let debugEnabled : Bool

A boolean value which determines whether GPGameProcess should be started in debug mode.

let gameName : String

The name of the game.

let gameVersion : String

The version of the game being run.

let serviceType : String

Identifies uniquely your game’s type of service. Referenced by GPGameServerAdvertiser and GPGameClientBrowser to find each-other over the local network. It has the following constraint:

For detailed convention, refer to domain naming convention