Server/project/src/helpers
2023-06-18 15:39:20 +01:00
..
AssortHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
BotDifficultyHelper.ts Refactor convertBotDifficultyDropdownToBotDifficulty() ot use switch statement 2023-05-18 17:23:28 +01:00
BotGeneratorHelper.ts prevent null ConflictingItems from causing isItemIncompatibleWithCurrentItems() to error 2023-06-18 15:39:20 +01:00
BotHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
BotWeaponGeneratorHelper.ts Refactor: Update various functions with changes from code review 2023-03-21 14:19:49 +00:00
ContainerHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
DialogueHelper.ts Fix issue with insurance message being incorrect 2023-06-01 21:24:23 +01:00
DurabilityLimitsHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
GameEventHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
HandbookHelper.ts Fix incorrect reference to Set data structure 2023-04-23 11:13:53 +01:00
HealthHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
HideoutHelper.ts Improve separation of concerns by moving hideout property gathering code out of updateAreasWithResources() and into own function getHideoutProperties() 2023-06-02 13:54:03 +01:00
HttpServerHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
InRaidHelper.ts Refactor addSpawnedInSessionPropertyToitems() 2023-04-22 18:36:34 +01:00
InventoryHelper.ts Make getItemSize() more resilient to bad data - return 1x1 size if item not found + show error to player 2023-04-12 15:51:52 +01:00
ItemHelper.ts Refactor ScavCaseRewardGenerator.getScavCaseRewardCountsAndPrices() 2023-05-19 17:40:06 +01:00
NotificationSendHelper.ts Feature: Improve numerous endpoints + add function for sending messages to player (!39) 2023-03-07 22:25:23 +00:00
NotifierHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
PaymentHelper.ts Feature: Allow modders to define custom currencies (!62) 2023-03-11 17:38:20 +00:00
PresetHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
ProbabilityHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
ProfileHelper.ts Refactor removeSecureContainer() 2023-04-24 12:47:29 +01:00
QuestConditionHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
QuestHelper.ts Refactor doesPlayerLevelFulfilCondition() to handle more than just > 2023-05-22 16:00:09 +01:00
RagfairHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
RagfairOfferHelper.ts Add nan check to ragfair rating incrementor code 2023-06-13 19:33:42 +01:00
RagfairSellHelper.ts Add nan check to ragfair rating incrementor code 2023-06-13 19:33:42 +01:00
RagfairServerHelper.ts Update sold/returned template guid, fixes #40 2023-05-29 16:05:19 +01:00
RagfairSortHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
RagfairTaxHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
RepairHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
SecureContainerHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
TradeHelper.ts Refactor sellitem() to use .find() instead of for loop 2023-05-24 15:51:05 +01:00
TraderAssortHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
TraderHelper.ts Refactor functions (!90) 2023-04-22 22:41:04 +00:00
UtilityHelper.ts Add Repo 2023-03-03 15:23:46 +00:00
WeightedRandomHelper.ts Feature: Add ability to define different types of airdrop loot containers 2023-03-18 17:29:26 +00:00