raspberry_games_engine_helpers 1.8.442 → 1.8.443

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,7 +228,7 @@
228
228
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
229
229
  //endregion
230
230
  function GameEngineConfig() {
231
- this.version = '1.8.442';
231
+ this.version = '1.8.443';
232
232
  }
233
233
  protoOf(GameEngineConfig).j17 = function () {
234
234
  return this.version;
@@ -917,7 +917,7 @@ export declare namespace games.jass.logic.data.models {
917
917
  }
918
918
  export declare namespace games.jass.logic.data.models.config {
919
919
  class RatingConfig {
920
- constructor(defaultFactor?: number, eloScaleH2H?: number, eloScaleFfa?: number, h2hCloseLossThresholdRatio?: number, ffaMovEnabled?: boolean, ffaMaxRatingDecreaseFraction?: number, botNativeUpdatesRating?: boolean, replacementForcedDecrease?: boolean, loserPenaltyBaseFraction?: number, loserPenaltyExcellentThreshold?: number, loserPenaltyGoodThreshold?: number);
920
+ constructor(defaultFactor?: number, eloScaleH2H?: number, eloScaleFfa?: number, h2hCloseLossThresholdRatio?: number, ffaMovEnabled?: boolean, ffaMaxRatingDecreaseFraction?: number, botNativeUpdatesRating?: boolean, replacementForcedDecrease?: boolean, loserPenaltyBaseFraction?: number, loserPenaltyExcellentThreshold?: number, loserPenaltyGoodThreshold?: number, applyLeagueRatingCap?: boolean);
921
921
  get defaultFactor(): number;
922
922
  get eloScaleH2H(): number;
923
923
  get eloScaleFfa(): number;
@@ -929,7 +929,8 @@ export declare namespace games.jass.logic.data.models.config {
929
929
  get loserPenaltyBaseFraction(): number;
930
930
  get loserPenaltyExcellentThreshold(): number;
931
931
  get loserPenaltyGoodThreshold(): number;
932
- copy(defaultFactor?: number, eloScaleH2H?: number, eloScaleFfa?: number, h2hCloseLossThresholdRatio?: number, ffaMovEnabled?: boolean, ffaMaxRatingDecreaseFraction?: number, botNativeUpdatesRating?: boolean, replacementForcedDecrease?: boolean, loserPenaltyBaseFraction?: number, loserPenaltyExcellentThreshold?: number, loserPenaltyGoodThreshold?: number): games.jass.logic.data.models.config.RatingConfig;
932
+ get applyLeagueRatingCap(): boolean;
933
+ copy(defaultFactor?: number, eloScaleH2H?: number, eloScaleFfa?: number, h2hCloseLossThresholdRatio?: number, ffaMovEnabled?: boolean, ffaMaxRatingDecreaseFraction?: number, botNativeUpdatesRating?: boolean, replacementForcedDecrease?: boolean, loserPenaltyBaseFraction?: number, loserPenaltyExcellentThreshold?: number, loserPenaltyGoodThreshold?: number, applyLeagueRatingCap?: boolean): games.jass.logic.data.models.config.RatingConfig;
933
934
  toString(): string;
934
935
  hashCode(): number;
935
936
  equals(other: Nullable<any>): boolean;