MissionProgress
public struct MissionProgress : Equatable
Mission progress type.
-
Undocumented
Declaration
Swift
public let current: Int32 -
Undocumented
Declaration
Swift
public let total: Int32 -
Initializes a new
MissionProgress.Declaration
Swift
public init(current: Int32, total: Int32)Parameters
currentCurrent mission item index (0-based), if equal to total, the mission is finished
totalTotal number of mission items
-
Declaration
Swift
public static func == (lhs: MissionProgress, rhs: MissionProgress) -> Bool
View on GitHub
Install in Dash
MissionProgress Structure Reference