raspberry_games_engine_helpers 1.8.468 → 1.8.470

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.
@@ -237,7 +237,7 @@
237
237
  initMetadataForClass(LoggerOutputDataDto, 'LoggerOutputDataDto', VOID, VOID, VOID, VOID, VOID, {0: $serializer_getInstance_10});
238
238
  //endregion
239
239
  function GameEngineConfig() {
240
- this.version = '1.8.468';
240
+ this.version = '1.8.470';
241
241
  }
242
242
  protoOf(GameEngineConfig).u16 = function () {
243
243
  return this.version;
@@ -776,14 +776,15 @@ export declare namespace games.jass.logic.data.models {
776
776
  }
777
777
  export declare namespace games.jass.logic.data.models {
778
778
  class EngineBotConfig {
779
- constructor(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>);
779
+ constructor(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>, useExternalBotPolicy?: boolean);
780
780
  get botExitsWhenNGameNumberIsFinished(): Nullable<number>;
781
781
  get autoStepLastCard(): boolean;
782
782
  get simulateBotThinkingDelay(): boolean;
783
783
  get isDelayForBot(): boolean;
784
784
  get enableBotChat(): boolean;
785
785
  get openAiApiKey(): Nullable<string>;
786
- copy(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>): games.jass.logic.data.models.EngineBotConfig;
786
+ get useExternalBotPolicy(): boolean;
787
+ copy(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>, useExternalBotPolicy?: boolean): games.jass.logic.data.models.EngineBotConfig;
787
788
  toString(): string;
788
789
  hashCode(): number;
789
790
  equals(other: Nullable<any>): boolean;