Struct
An immutable configuration object, which is used by GPGameProcess, to define both its GPGameServer and GPGameClient behavior.
debugEnabled
: BoolA boolean value which determines whether GPGameProcess should be started in debug mode.
gameName
: StringThe name of the game.
gameVersion
: StringThe version of the game being run.
serviceType
: StringIdentifies 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