CONFIG

Game configuration and host info.

Availability: Client & Server

Methods


CONFIG.getHost

client server

Get information about the game host player (server-side only)

Signature: obj action()

Returns: obj - The host player object, or null if not available

obj host = GAME.CONFIG.getHost();