GameInfoPreview
class GameInfoPreview
Content copied to clipboard
Reduced variant of GameInfo used for load preview and multiplayer saves. Contains additional data for multiplayer settings.
Constructors
GameInfoPreview
Link copied to clipboard
Converts a GameInfo object (can be uninitialized) into a GameInfoPreview object. Sets all multiplayer settings to default.
GameInfoPreview
Link copied to clipboard
fun GameInfoPreview()
Content copied to clipboard
Functions
getCivilization
Link copied to clipboard
updateCurrentTurn
Link copied to clipboard
Updates the current player and turn information in the GameInfoPreview object with the help of a GameInfo object (can be uninitialized).
Updates the current player and turn information in the GameInfoPreview object with the help of another GameInfoPreview object.
Properties
civilizations
Link copied to clipboard
currentPlayer
Link copied to clipboard
currentTurnStartTime
Link copied to clipboard
difficulty
Link copied to clipboard
gameParameters
Link copied to clipboard
turnNotification
Link copied to clipboard
Sources
jvm source
Link copied to clipboard