You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XComGameInfo.SetGameType is used to find out the game info class (XComTacticalGame, XComHeadquartersGame, ...) depending on the map type. It will always fall back to XComTacticalGame if the map isn't recognized.
This function should be opened up to mods to allow custom game modes or overrides.
The text was updated successfully, but these errors were encountered:
XComGameInfo.SetGameType is used to find out the game info class (XComTacticalGame, XComHeadquartersGame, ...) depending on the map type. It will always fall back to XComTacticalGame if the map isn't recognized.
This function should be opened up to mods to allow custom game modes or overrides.
The text was updated successfully, but these errors were encountered: