Game

data class Game(val sdkActive: Boolean, val paused: Boolean, val timestamps: Timestamp, val multiplayerTimeOffset: Long, val version: Versions, val gameType: GameType, val gameTime: Int, val maxTrailerCount: Int, val scale: Int)

Class that hold general information about the game

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(sdkActive: Boolean, paused: Boolean, timestamps: Timestamp, multiplayerTimeOffset: Long, version: Versions, gameType: GameType, gameTime: Int, maxTrailerCount: Int, scale: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scale: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard