diff --git a/TypeScript/10ScopesAndTypes/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/10ScopesAndTypes/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/10ScopesAndTypes/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/10ScopesAndTypes/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/10ScopesAndTypes/types/services/PaymentService.d.ts b/TypeScript/10ScopesAndTypes/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/10ScopesAndTypes/types/services/PaymentService.d.ts +++ b/TypeScript/10ScopesAndTypes/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts b/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts +++ b/TypeScript/10ScopesAndTypes/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/11BundleLoadingSample/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/11BundleLoadingSample/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/11BundleLoadingSample/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/11BundleLoadingSample/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/11BundleLoadingSample/types/services/PaymentService.d.ts b/TypeScript/11BundleLoadingSample/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/11BundleLoadingSample/types/services/PaymentService.d.ts +++ b/TypeScript/11BundleLoadingSample/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts b/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts +++ b/TypeScript/11BundleLoadingSample/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/12ClassExtensionOverride/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/12ClassExtensionOverride/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/12ClassExtensionOverride/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/12ClassExtensionOverride/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/12ClassExtensionOverride/types/services/PaymentService.d.ts b/TypeScript/12ClassExtensionOverride/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/12ClassExtensionOverride/types/services/PaymentService.d.ts +++ b/TypeScript/12ClassExtensionOverride/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts b/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts +++ b/TypeScript/12ClassExtensionOverride/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/13AddTrader/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/13AddTrader/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/13AddTrader/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/13AddTrader/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/13AddTrader/types/services/PaymentService.d.ts b/TypeScript/13AddTrader/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/13AddTrader/types/services/PaymentService.d.ts +++ b/TypeScript/13AddTrader/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts b/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts +++ b/TypeScript/13AddTrader/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/14AfterDBLoadHook/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/14AfterDBLoadHook/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/14AfterDBLoadHook/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/14AfterDBLoadHook/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/14AfterDBLoadHook/types/services/PaymentService.d.ts b/TypeScript/14AfterDBLoadHook/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/14AfterDBLoadHook/types/services/PaymentService.d.ts +++ b/TypeScript/14AfterDBLoadHook/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts b/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/14AfterDBLoadHook/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/15HttpListenerExample/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/15HttpListenerExample/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/15HttpListenerExample/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/15HttpListenerExample/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/15HttpListenerExample/types/services/PaymentService.d.ts b/TypeScript/15HttpListenerExample/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/15HttpListenerExample/types/services/PaymentService.d.ts +++ b/TypeScript/15HttpListenerExample/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts b/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts +++ b/TypeScript/15HttpListenerExample/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/16ImporterUtil/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/16ImporterUtil/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/16ImporterUtil/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/16ImporterUtil/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/16ImporterUtil/types/services/PaymentService.d.ts b/TypeScript/16ImporterUtil/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/16ImporterUtil/types/services/PaymentService.d.ts +++ b/TypeScript/16ImporterUtil/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts b/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts +++ b/TypeScript/16ImporterUtil/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/17AsyncImporterWithDependency1/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/17AsyncImporterWithDependency1/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/17AsyncImporterWithDependency1/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/17AsyncImporterWithDependency1/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/17AsyncImporterWithDependency1/types/services/PaymentService.d.ts b/TypeScript/17AsyncImporterWithDependency1/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/17AsyncImporterWithDependency1/types/services/PaymentService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency1/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts b/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency1/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/17AsyncImporterWithDependency2/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/17AsyncImporterWithDependency2/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/17AsyncImporterWithDependency2/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/17AsyncImporterWithDependency2/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/17AsyncImporterWithDependency2/types/services/PaymentService.d.ts b/TypeScript/17AsyncImporterWithDependency2/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/17AsyncImporterWithDependency2/types/services/PaymentService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency2/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts b/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts +++ b/TypeScript/17AsyncImporterWithDependency2/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/18CustomItemService/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/18CustomItemService/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/18CustomItemService/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/18CustomItemService/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/18CustomItemService/types/services/PaymentService.d.ts b/TypeScript/18CustomItemService/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/18CustomItemService/types/services/PaymentService.d.ts +++ b/TypeScript/18CustomItemService/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts b/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts +++ b/TypeScript/18CustomItemService/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/1LogToConsole/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/1LogToConsole/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/1LogToConsole/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/1LogToConsole/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/1LogToConsole/types/services/PaymentService.d.ts b/TypeScript/1LogToConsole/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/1LogToConsole/types/services/PaymentService.d.ts +++ b/TypeScript/1LogToConsole/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts b/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts +++ b/TypeScript/1LogToConsole/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/2EditDatabase/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/2EditDatabase/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/2EditDatabase/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/2EditDatabase/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/2EditDatabase/types/services/PaymentService.d.ts b/TypeScript/2EditDatabase/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/2EditDatabase/types/services/PaymentService.d.ts +++ b/TypeScript/2EditDatabase/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts b/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts +++ b/TypeScript/2EditDatabase/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/3GetSptConfigFile/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/3GetSptConfigFile/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/3GetSptConfigFile/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/3GetSptConfigFile/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/3GetSptConfigFile/types/services/PaymentService.d.ts b/TypeScript/3GetSptConfigFile/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/3GetSptConfigFile/types/services/PaymentService.d.ts +++ b/TypeScript/3GetSptConfigFile/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/3GetSptConfigFile/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/4UseACustomConfigFile/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/4UseACustomConfigFile/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/4UseACustomConfigFile/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/4UseACustomConfigFile/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/4UseACustomConfigFile/types/services/PaymentService.d.ts b/TypeScript/4UseACustomConfigFile/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/4UseACustomConfigFile/types/services/PaymentService.d.ts +++ b/TypeScript/4UseACustomConfigFile/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts b/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts +++ b/TypeScript/4UseACustomConfigFile/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/5ReplaceMethod/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/5ReplaceMethod/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/5ReplaceMethod/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/5ReplaceMethod/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/5ReplaceMethod/types/services/PaymentService.d.ts b/TypeScript/5ReplaceMethod/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/5ReplaceMethod/types/services/PaymentService.d.ts +++ b/TypeScript/5ReplaceMethod/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts b/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts +++ b/TypeScript/5ReplaceMethod/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/6ReferenceAnotherClass/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/6ReferenceAnotherClass/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/6ReferenceAnotherClass/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/6ReferenceAnotherClass/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/6ReferenceAnotherClass/types/services/PaymentService.d.ts b/TypeScript/6ReferenceAnotherClass/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/6ReferenceAnotherClass/types/services/PaymentService.d.ts +++ b/TypeScript/6ReferenceAnotherClass/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts b/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts +++ b/TypeScript/6ReferenceAnotherClass/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/7OnLoadHook/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/7OnLoadHook/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/7OnLoadHook/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/7OnLoadHook/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/7OnLoadHook/types/services/PaymentService.d.ts b/TypeScript/7OnLoadHook/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/7OnLoadHook/types/services/PaymentService.d.ts +++ b/TypeScript/7OnLoadHook/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts b/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/7OnLoadHook/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/8OnUpdateHook/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/8OnUpdateHook/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/8OnUpdateHook/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/8OnUpdateHook/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/8OnUpdateHook/types/services/PaymentService.d.ts b/TypeScript/8OnUpdateHook/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/8OnUpdateHook/types/services/PaymentService.d.ts +++ b/TypeScript/8OnUpdateHook/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts b/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts +++ b/TypeScript/8OnUpdateHook/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings diff --git a/TypeScript/9RouterHooks/types/helpers/WeightedRandomHelper.d.ts b/TypeScript/9RouterHooks/types/helpers/WeightedRandomHelper.d.ts index a978f96..5fd9edc 100644 --- a/TypeScript/9RouterHooks/types/helpers/WeightedRandomHelper.d.ts +++ b/TypeScript/9RouterHooks/types/helpers/WeightedRandomHelper.d.ts @@ -1,6 +1,6 @@ export declare class WeightedRandomHelper { /** - * USE getWeightedValue() WHERE POSSIBLE + * @deprecated USE getWeightedValue() WHERE POSSIBLE * Gets a tplId from a weighted dictionary * @param {tplId: weighting[]} itemArray * @returns tplId diff --git a/TypeScript/9RouterHooks/types/services/PaymentService.d.ts b/TypeScript/9RouterHooks/types/services/PaymentService.d.ts index d9614b1..a604956 100644 --- a/TypeScript/9RouterHooks/types/services/PaymentService.d.ts +++ b/TypeScript/9RouterHooks/types/services/PaymentService.d.ts @@ -37,7 +37,7 @@ export declare class PaymentService { * @param traderId Id of trader with assort * @returns Handbook rouble price of item */ - protected getTraderItemHandbookPrice(traderAssortId: string, traderId: string): number; + protected getTraderItemHandbookPriceRouble(traderAssortId: string, traderId: string): number; /** * Receive money back after selling * @param {IPmcData} pmcData diff --git a/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts b/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts index 9fb3454..237cfeb 100644 --- a/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts +++ b/TypeScript/9RouterHooks/types/services/SeasonalEventService.d.ts @@ -45,12 +45,6 @@ export declare class SeasonalEventService { * @returns */ itemIsSeasonalRelated(itemTpl: string): boolean; - /** - * Get an array of items that appear during a seasonal event - * returns multiple seasonal event items if they are both active - * @returns array of tpl strings - */ - getAllSeasonalEventItems(): string[]; /** * Get an array of seasonal items that should be blocked as season is not currently active * @returns Array of tpl strings