Skip to content

Resource GameConfigResource

CrucifiedPain edited this page Jun 26, 2026 · 10 revisions

GameConfigResource (client.game_config)

Endpoints: • gameConfig.getDates • gameConfig.getGameConfig

.get()

Get the full static game configuration (items, resources, industries, etc.).

Signature

await client.gameconfig.get() -> 'GameConfig'

.get_dates()

Get current in-game date information.

Signature

await client.gameconfig.get_dates() -> 'GameDates'

.invalidate_cache()

Clear the SWR cache for all resources.

Signature

await client.gameconfig.invalidate_cache() -> 'None'

Clone this wiki locally