RandomResponseDataStore
public struct RandomResponseDataStore
Undocumented
-
Stored RandomEntity
Declaration
Swift
public var randomEntity: RandomEntity -
Stored ResponseEntity when previous reinforcement
Declaration
Swift
public var lastReinforcementEntity: ResponseEntity -
Extend entity
Declaration
Swift
public var extendEntity: ResponseEntity -
Undocumented
Declaration
Swift
public init(value: Int) -
Undocumented
Declaration
Swift
public init(value: Int, unit: TimeUnit) -
Undocumented
Declaration
Swift
public init(randomEntity: RandomEntity, lastReinforcementEntity: ResponseEntity = ResponseEntity(), extendEntity: ResponseEntity = ResponseEntity())
RandomResponseDataStore Structure Reference