Skip to content

Type Alias: TXR_GAME_TYPE

ts
type TXR_GAME_TYPE = EnumeratedStaticsValues<typeof GAME_TYPE>;

Legacy game type constants exposed through the GAME_TYPE Lua class.

Remarks

GAME_TYPE.GAME_* values are UI/menu constants and are not the same set as the EGameIDs bitmask values returned by level.game_id().