bc-stubs 96.0.0

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.
Files changed (312) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +2 -0
  3. package/bc/Assets/Female3DCG/Female3DCG.d.ts +41 -0
  4. package/bc/Assets/Female3DCG/Female3DCGExtended.d.ts +29 -0
  5. package/bc/Backgrounds/Backgrounds.d.ts +37 -0
  6. package/bc/Female3DCG_Types.d.ts +875 -0
  7. package/bc/Screens/Character/Appearance/Appearance.d.ts +392 -0
  8. package/bc/Screens/Character/BackgroundSelection/BackgroundSelection.d.ts +98 -0
  9. package/bc/Screens/Character/Cheat/Cheat.d.ts +54 -0
  10. package/bc/Screens/Character/Creation/Creation.d.ts +40 -0
  11. package/bc/Screens/Character/Disclaimer/Disclaimer.d.ts +21 -0
  12. package/bc/Screens/Character/FriendList/FriendList.d.ts +102 -0
  13. package/bc/Screens/Character/InformationSheet/InformationSheet.d.ts +46 -0
  14. package/bc/Screens/Character/ItemColor/ItemColor.d.ts +232 -0
  15. package/bc/Screens/Character/Login/Login.d.ts +194 -0
  16. package/bc/Screens/Character/OnlineProfile/OnlineProfile.d.ts +27 -0
  17. package/bc/Screens/Character/PasswordReset/PasswordReset.d.ts +28 -0
  18. package/bc/Screens/Character/Preference/Preference.d.ts +658 -0
  19. package/bc/Screens/Character/Relog/Relog.d.ts +36 -0
  20. package/bc/Screens/Character/Title/Title.d.ts +68 -0
  21. package/bc/Screens/Character/Wardrobe/Wardrobe.d.ts +93 -0
  22. package/bc/Screens/Cutscene/NPCCollaring/NPCCollaring.d.ts +26 -0
  23. package/bc/Screens/Cutscene/NPCSlaveAuction/NPCSlaveAuction.d.ts +27 -0
  24. package/bc/Screens/Cutscene/NPCWedding/NPCWedding.d.ts +35 -0
  25. package/bc/Screens/Cutscene/PlayerCollaring/PlayerCollaring.d.ts +26 -0
  26. package/bc/Screens/Cutscene/PlayerMistress/PlayerMistress.d.ts +24 -0
  27. package/bc/Screens/Cutscene/SarahIntro/SarahIntro.d.ts +22 -0
  28. package/bc/Screens/Inventory/Cloth/CheerleaderTop/CheerleaderTop.d.ts +33 -0
  29. package/bc/Screens/Inventory/Cloth/FrilledShirt/FrilledShirt.d.ts +10 -0
  30. package/bc/Screens/Inventory/ClothAccessory/Bib/Bib.d.ts +2 -0
  31. package/bc/Screens/Inventory/EyeShadow/EyeShadow.d.ts +60 -0
  32. package/bc/Screens/Inventory/Futuristic/Futuristic.d.ts +60 -0
  33. package/bc/Screens/Inventory/ItemArms/FullLatexSuit/FullLatexSuit.d.ts +6 -0
  34. package/bc/Screens/Inventory/ItemArms/HempRope/HempRope.d.ts +2 -0
  35. package/bc/Screens/Inventory/ItemArms/NylonRope/NylonRope.d.ts +2 -0
  36. package/bc/Screens/Inventory/ItemArms/PrisonLockdownSuit/PrisonLockdownSuit.d.ts +4 -0
  37. package/bc/Screens/Inventory/ItemArms/TransportJacket/TransportJacket.d.ts +10 -0
  38. package/bc/Screens/Inventory/ItemBreast/ForbiddenChastityBra/ForbiddenChastityBra.d.ts +32 -0
  39. package/bc/Screens/Inventory/ItemBreast/FuturisticBra/FuturisticBra.d.ts +24 -0
  40. package/bc/Screens/Inventory/ItemButt/AnalBeads2/AnalBeads2.d.ts +2 -0
  41. package/bc/Screens/Inventory/ItemButt/InflVibeButtPlug/InflVibeButtPlug.d.ts +2 -0
  42. package/bc/Screens/Inventory/ItemDevices/DollBox/DollBox.d.ts +2 -0
  43. package/bc/Screens/Inventory/ItemDevices/FuckMachine/FuckMachine.d.ts +16 -0
  44. package/bc/Screens/Inventory/ItemDevices/FuturisticCrate/FuturisticCrate.d.ts +8 -0
  45. package/bc/Screens/Inventory/ItemDevices/KabeshiriWall/KabeshiriWall.d.ts +13 -0
  46. package/bc/Screens/Inventory/ItemDevices/Kennel/Kennel.d.ts +18 -0
  47. package/bc/Screens/Inventory/ItemDevices/LuckyWheel/LuckyWheel.d.ts +48 -0
  48. package/bc/Screens/Inventory/ItemDevices/PetBowl/PetBowl.d.ts +6 -0
  49. package/bc/Screens/Inventory/ItemDevices/VacBedDeluxe/VacBedDeluxe.d.ts +2 -0
  50. package/bc/Screens/Inventory/ItemDevices/WheelFortune/WheelFortune.d.ts +10 -0
  51. package/bc/Screens/Inventory/ItemDevices/WoodenBox/WoodenBox.d.ts +13 -0
  52. package/bc/Screens/Inventory/ItemFeet/HempRope/HempRope.d.ts +2 -0
  53. package/bc/Screens/Inventory/ItemFeet/NylonRope/NylonRope.d.ts +2 -0
  54. package/bc/Screens/Inventory/ItemHandhelds/PortalTablet/PortalTablet.d.ts +10 -0
  55. package/bc/Screens/Inventory/ItemHead/DroneMask/DroneMask.d.ts +2 -0
  56. package/bc/Screens/Inventory/ItemHood/CanvasHood/CanvasHood.d.ts +6 -0
  57. package/bc/Screens/Inventory/ItemMisc/CombinationPadlock/CombinationPadlock.d.ts +16 -0
  58. package/bc/Screens/Inventory/ItemMisc/ExclusivePadlock/ExclusivePadlock.d.ts +6 -0
  59. package/bc/Screens/Inventory/ItemMisc/FamilyPadlock/FamilyPadlock.d.ts +6 -0
  60. package/bc/Screens/Inventory/ItemMisc/HighSecurityPadlock/HighSecurityPadlock.d.ts +15 -0
  61. package/bc/Screens/Inventory/ItemMisc/IntricatePadlock/IntricatePadlock.d.ts +6 -0
  62. package/bc/Screens/Inventory/ItemMisc/LoversPadlock/LoversPadlock.d.ts +6 -0
  63. package/bc/Screens/Inventory/ItemMisc/LoversTimerPadlock/LoversTimerPadlock.d.ts +17 -0
  64. package/bc/Screens/Inventory/ItemMisc/MetalPadlock/MetalPadlock.d.ts +6 -0
  65. package/bc/Screens/Inventory/ItemMisc/MistressPadlock/MistressPadlock.d.ts +6 -0
  66. package/bc/Screens/Inventory/ItemMisc/MistressTimerPadlock/MistressTimerPadlock.d.ts +13 -0
  67. package/bc/Screens/Inventory/ItemMisc/OwnerPadlock/OwnerPadlock.d.ts +6 -0
  68. package/bc/Screens/Inventory/ItemMisc/OwnerTimerPadlock/OwnerTimerPadlock.d.ts +22 -0
  69. package/bc/Screens/Inventory/ItemMisc/PandoraPadlock/PandoraPadlock.d.ts +6 -0
  70. package/bc/Screens/Inventory/ItemMisc/PasswordPadlock/PasswordPadlock.d.ts +17 -0
  71. package/bc/Screens/Inventory/ItemMisc/PortalLinkPadlock/PortalLinkPadlock.d.ts +6 -0
  72. package/bc/Screens/Inventory/ItemMisc/SafewordPadlock/SafewordPadlock.d.ts +12 -0
  73. package/bc/Screens/Inventory/ItemMisc/TimerPadlock/TimerPadlock.d.ts +13 -0
  74. package/bc/Screens/Inventory/ItemMisc/TimerPasswordPadlock/TimerPasswordPadlock.d.ts +13 -0
  75. package/bc/Screens/Inventory/ItemMisc/WoodenSign/WoodenSign.d.ts +2 -0
  76. package/bc/Screens/Inventory/ItemMouth/FuturisticPanelGag/FuturisticPanelGag.d.ts +49 -0
  77. package/bc/Screens/Inventory/ItemNeck/AutoShockCollar/AutoShockCollar.d.ts +4 -0
  78. package/bc/Screens/Inventory/ItemNeck/FuturisticCollar/FuturisticCollar.d.ts +59 -0
  79. package/bc/Screens/Inventory/ItemNeck/PetSuitShockCollar/PetSuitShockCollar.d.ts +4 -0
  80. package/bc/Screens/Inventory/ItemNeck/ShockCollar/ShockCollar.d.ts +4 -0
  81. package/bc/Screens/Inventory/ItemNeck/SlaveCollar/SlaveCollar.d.ts +25 -0
  82. package/bc/Screens/Inventory/ItemNeckAccessories/CollarAutoShockUnit/CollarAutoShockUnit.d.ts +15 -0
  83. package/bc/Screens/Inventory/ItemNeckAccessories/CollarNameTag/CollarNameTag.d.ts +8 -0
  84. package/bc/Screens/Inventory/ItemNeckAccessories/CollarShockUnit/CollarShockUnit.d.ts +17 -0
  85. package/bc/Screens/Inventory/ItemNeckAccessories/CustomCollarTag/CustomCollarTag.d.ts +2 -0
  86. package/bc/Screens/Inventory/ItemNeckAccessories/ElectronicTag/ElectronicTag.d.ts +2 -0
  87. package/bc/Screens/Inventory/ItemNeckRestraints/CollarLeash/CollarLeash.d.ts +4 -0
  88. package/bc/Screens/Inventory/ItemNeckRestraints/PetPost/PetPost.d.ts +2 -0
  89. package/bc/Screens/Inventory/ItemNipples/LactationPump/LactationPump.d.ts +2 -0
  90. package/bc/Screens/Inventory/ItemPelvis/ForbiddenChastityBelt/ForbiddenChastityBelt.d.ts +32 -0
  91. package/bc/Screens/Inventory/ItemPelvis/FuturisticChastityBelt/FuturisticChastityBelt.d.ts +28 -0
  92. package/bc/Screens/Inventory/ItemPelvis/FuturisticTrainingBelt/FuturisticTrainingBelt.d.ts +103 -0
  93. package/bc/Screens/Inventory/ItemPelvis/LoveChastityBelt/LoveChastityBelt.d.ts +8 -0
  94. package/bc/Screens/Inventory/ItemPelvis/ObedienceBelt/ObedienceBelt.d.ts +29 -0
  95. package/bc/Screens/Inventory/ItemPelvis/PortalPanties/PortalPanties.d.ts +10 -0
  96. package/bc/Screens/Inventory/ItemPelvis/SciFiPleasurePanties/SciFiPleasurePanties.d.ts +6 -0
  97. package/bc/Screens/Inventory/ItemTorso/FuturisticHarness/FuturisticHarness.d.ts +8 -0
  98. package/bc/Screens/Inventory/ItemVulva/ClitAndDildoVibratorbelt/ClitAndDildoVibratorbelt.d.ts +4 -0
  99. package/bc/Screens/Inventory/ItemVulva/FuturisticVibrator/FuturisticVibrator.d.ts +65 -0
  100. package/bc/Screens/Inventory/ItemVulva/LoversVibrator/LoversVibrator.d.ts +2 -0
  101. package/bc/Screens/Inventory/Wings/SteampunkWings/SteampunkWings.d.ts +16 -0
  102. package/bc/Screens/MiniGame/Chess/BondageChess.d.ts +30 -0
  103. package/bc/Screens/MiniGame/Chess/chess.d.ts +7 -0
  104. package/bc/Screens/MiniGame/ChestLockpick/ChestLockpick.d.ts +27 -0
  105. package/bc/Screens/MiniGame/ClubCard/ClubCard.d.ts +373 -0
  106. package/bc/Screens/MiniGame/ClubCardBuilder/ClubCardBuilder.d.ts +66 -0
  107. package/bc/Screens/MiniGame/DojoStruggle/DojoStruggle.d.ts +25 -0
  108. package/bc/Screens/MiniGame/GetUp/GetUp.d.ts +31 -0
  109. package/bc/Screens/MiniGame/HorseWalk/HorseWalk.d.ts +85 -0
  110. package/bc/Screens/MiniGame/Kidnap/Kidnap.d.ts +165 -0
  111. package/bc/Screens/MiniGame/KinkyDungeon/KDAutoStruggle.d.ts +99 -0
  112. package/bc/Screens/MiniGame/KinkyDungeon/KDClasses.d.ts +11 -0
  113. package/bc/Screens/MiniGame/KinkyDungeon/KDDelayedActions.d.ts +17 -0
  114. package/bc/Screens/MiniGame/KinkyDungeon/KDFixForBC.d.ts +11 -0
  115. package/bc/Screens/MiniGame/KinkyDungeon/KDModUtils.d.ts +93 -0
  116. package/bc/Screens/MiniGame/KinkyDungeon/KDParticles.d.ts +37 -0
  117. package/bc/Screens/MiniGame/KinkyDungeon/KDTypeDefs.d.ts +2161 -0
  118. package/bc/Screens/MiniGame/KinkyDungeon/KDWardrobe.d.ts +84 -0
  119. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeon.d.ts +653 -0
  120. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonAlt.d.ts +481 -0
  121. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBones.d.ts +16 -0
  122. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBoss.d.ts +119 -0
  123. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffs.d.ts +33 -0
  124. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffsList.d.ts +865 -0
  125. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumables.d.ts +36 -0
  126. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumablesList.d.ts +66 -0
  127. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonCurse.d.ts +44 -0
  128. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogue.d.ts +171 -0
  129. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueList.d.ts +45 -0
  130. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueTriggers.d.ts +48 -0
  131. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDraw.d.ts +738 -0
  132. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDress.d.ts +62 -0
  133. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDressList.d.ts +33 -0
  134. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditor.d.ts +1124 -0
  135. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorGen.d.ts +113 -0
  136. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorTiles.d.ts +4 -0
  137. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEffectTiles.d.ts +6 -0
  138. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemies.d.ts +544 -0
  139. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemiesList.d.ts +22 -0
  140. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemyEventList.d.ts +18 -0
  141. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonErrors.d.ts +59 -0
  142. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEvents.d.ts +151 -0
  143. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactions.d.ts +53 -0
  144. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactionsList.d.ts +650 -0
  145. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFight.d.ts +453 -0
  146. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFurniture.d.ts +28 -0
  147. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonGame.d.ts +429 -0
  148. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonHUD.d.ts +134 -0
  149. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInput.d.ts +23 -0
  150. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInventory.d.ts +178 -0
  151. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonItem.d.ts +33 -0
  152. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJail.d.ts +142 -0
  153. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJailList.d.ts +105 -0
  154. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLoot.d.ts +66 -0
  155. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLootList.d.ts +866 -0
  156. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLore.d.ts +37 -0
  157. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagic.d.ts +113 -0
  158. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicCode.d.ts +23 -0
  159. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicList.d.ts +62 -0
  160. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMapMods.d.ts +5 -0
  161. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMistress.d.ts +10 -0
  162. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMultiplayer.d.ts +26 -0
  163. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMusic.d.ts +28 -0
  164. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonObject.d.ts +42 -0
  165. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonParams.d.ts +4 -0
  166. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPathfinding.d.ts +36 -0
  167. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPerks.d.ts +147 -0
  168. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPersonality.d.ts +83 -0
  169. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPlayerEffects.d.ts +35 -0
  170. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonQuest.d.ts +10 -0
  171. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonReputation.d.ts +229 -0
  172. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraints.d.ts +766 -0
  173. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraintsList.d.ts +55 -0
  174. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSetpiece.d.ts +91 -0
  175. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonShrine.d.ts +89 -0
  176. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSpawns.d.ts +49 -0
  177. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonStats.d.ts +282 -0
  178. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTests.d.ts +5 -0
  179. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTiles.d.ts +160 -0
  180. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTilesList.d.ts +72 -0
  181. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTraps.d.ts +34 -0
  182. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVibe.d.ts +98 -0
  183. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVision.d.ts +24 -0
  184. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonWeaponList.d.ts +5 -0
  185. package/bc/Screens/MiniGame/MagicBattle/MagicBattle.d.ts +73 -0
  186. package/bc/Screens/MiniGame/MagicPuzzle/MagicPuzzle.d.ts +75 -0
  187. package/bc/Screens/MiniGame/MaidCleaning/MaidCleaning.d.ts +51 -0
  188. package/bc/Screens/MiniGame/MaidDrinks/MaidDrinks.d.ts +82 -0
  189. package/bc/Screens/MiniGame/PlayerAuction/PlayerAuction.d.ts +36 -0
  190. package/bc/Screens/MiniGame/PuppyWalker/PuppyWalker.d.ts +39 -0
  191. package/bc/Screens/MiniGame/RhythmGame/RhythmGame.d.ts +76 -0
  192. package/bc/Screens/MiniGame/SlaveAuction/SlaveAuction.d.ts +39 -0
  193. package/bc/Screens/MiniGame/Tennis/Tennis.d.ts +52 -0
  194. package/bc/Screens/MiniGame/Therapy/Therapy.d.ts +39 -0
  195. package/bc/Screens/MiniGame/WheelFortune/WheelFortune.d.ts +105 -0
  196. package/bc/Screens/Online/AdvancedRule/AdvancedRule.d.ts +32 -0
  197. package/bc/Screens/Online/ChatAdmin/ChatAdmin.d.ts +59 -0
  198. package/bc/Screens/Online/ChatBlockItem/ChatBlockItem.d.ts +30 -0
  199. package/bc/Screens/Online/ChatCreate/ChatCreate.d.ts +66 -0
  200. package/bc/Screens/Online/ChatRoom/ChatRoom.d.ts +1342 -0
  201. package/bc/Screens/Online/ChatRoom/Commands.d.ts +66 -0
  202. package/bc/Screens/Online/ChatSearch/ChatSearch.d.ts +241 -0
  203. package/bc/Screens/Online/ChatSelect/ChatSelect.d.ts +33 -0
  204. package/bc/Screens/Online/ForbiddenWords/ForbiddenWords.d.ts +33 -0
  205. package/bc/Screens/Online/Game/OnlineGame.d.ts +69 -0
  206. package/bc/Screens/Online/GameClubCard/GameClubCard.d.ts +131 -0
  207. package/bc/Screens/Online/GameLARP/GameLARP.d.ts +279 -0
  208. package/bc/Screens/Online/GameMagicBattle/GameMagicBattle.d.ts +159 -0
  209. package/bc/Screens/Online/WheelFortuneCustomize/WheelFortuneCustomize.d.ts +24 -0
  210. package/bc/Screens/Room/Arcade/Arcade.d.ts +94 -0
  211. package/bc/Screens/Room/AsylumBedroom/AsylumBedroom.d.ts +16 -0
  212. package/bc/Screens/Room/AsylumEntrance/AsylumEntrance.d.ts +265 -0
  213. package/bc/Screens/Room/AsylumGGTS/AsylumGGTS.d.ts +330 -0
  214. package/bc/Screens/Room/AsylumMeeting/AsylumMeeting.d.ts +110 -0
  215. package/bc/Screens/Room/AsylumTherapy/AsylumTherapy.d.ts +117 -0
  216. package/bc/Screens/Room/Cafe/Cafe.d.ts +144 -0
  217. package/bc/Screens/Room/Cell/Cell.d.ts +32 -0
  218. package/bc/Screens/Room/ClubCardLounge/ClubCardLounge.d.ts +28 -0
  219. package/bc/Screens/Room/CollegeCafeteria/CollegeCafeteria.d.ts +57 -0
  220. package/bc/Screens/Room/CollegeChess/CollegeChess.d.ts +75 -0
  221. package/bc/Screens/Room/CollegeDetention/CollegeDetention.d.ts +98 -0
  222. package/bc/Screens/Room/CollegeEntrance/CollegeEntrance.d.ts +54 -0
  223. package/bc/Screens/Room/CollegeTeacher/CollegeTeacher.d.ts +71 -0
  224. package/bc/Screens/Room/CollegeTennis/CollegeTennis.d.ts +47 -0
  225. package/bc/Screens/Room/CollegeTheater/CollegeTheater.d.ts +100 -0
  226. package/bc/Screens/Room/Crafting/Crafting.d.ts +213 -0
  227. package/bc/Screens/Room/DailyJob/DailyJob.d.ts +111 -0
  228. package/bc/Screens/Room/Empty/Empty.d.ts +84 -0
  229. package/bc/Screens/Room/Gambling/Gambling.d.ts +269 -0
  230. package/bc/Screens/Room/Infiltration/Infiltration.d.ts +223 -0
  231. package/bc/Screens/Room/InfiltrationPerks/InfiltrationPerks.d.ts +42 -0
  232. package/bc/Screens/Room/Introduction/Introduction.d.ts +195 -0
  233. package/bc/Screens/Room/KidnapLeague/KidnapLeague.d.ts +253 -0
  234. package/bc/Screens/Room/LARP/LARP.d.ts +39 -0
  235. package/bc/Screens/Room/Magic/Magic.d.ts +199 -0
  236. package/bc/Screens/Room/MagicSchoolEscape/MagicSchoolEscape.d.ts +36 -0
  237. package/bc/Screens/Room/MagicSchoolLaboratory/MagicSchoolLaboratory.d.ts +170 -0
  238. package/bc/Screens/Room/MaidQuarters/MaidQuarters.d.ts +305 -0
  239. package/bc/Screens/Room/MainHall/MainHall.d.ts +255 -0
  240. package/bc/Screens/Room/Management/Management.d.ts +544 -0
  241. package/bc/Screens/Room/MovieStudio/MovieStudio.d.ts +178 -0
  242. package/bc/Screens/Room/Nursery/Nursery.d.ts +85 -0
  243. package/bc/Screens/Room/Pandora/Pandora.d.ts +348 -0
  244. package/bc/Screens/Room/PandoraPrison/PandoraPrison.d.ts +180 -0
  245. package/bc/Screens/Room/Photographic/Photographic.d.ts +53 -0
  246. package/bc/Screens/Room/Platform/Platform.d.ts +1730 -0
  247. package/bc/Screens/Room/PlatformDialog/PlatformDialog.d.ts +3966 -0
  248. package/bc/Screens/Room/PlatformIntro/PlatformIntro.d.ts +21 -0
  249. package/bc/Screens/Room/PlatformProfile/PlatformProfile.d.ts +62 -0
  250. package/bc/Screens/Room/Poker/Poker.d.ts +141 -0
  251. package/bc/Screens/Room/Poker/PokerHandValue.d.ts +65 -0
  252. package/bc/Screens/Room/Prison/Prison.d.ts +118 -0
  253. package/bc/Screens/Room/Private/Private.d.ts +781 -0
  254. package/bc/Screens/Room/PrivateBed/PrivateBed.d.ts +78 -0
  255. package/bc/Screens/Room/PrivateRansom/PrivateRansom.d.ts +28 -0
  256. package/bc/Screens/Room/Sarah/Sarah.d.ts +162 -0
  257. package/bc/Screens/Room/Shibari/Shibari.d.ts +162 -0
  258. package/bc/Screens/Room/Shop/Shop.d.ts +162 -0
  259. package/bc/Screens/Room/SlaveMarket/SlaveMarket.d.ts +90 -0
  260. package/bc/Screens/Room/Stable/Stable.d.ts +236 -0
  261. package/bc/Scripts/Activity.d.ts +270 -0
  262. package/bc/Scripts/AfkTimer.d.ts +43 -0
  263. package/bc/Scripts/Animation.d.ts +81 -0
  264. package/bc/Scripts/Asset.d.ts +216 -0
  265. package/bc/Scripts/Audio.d.ts +105 -0
  266. package/bc/Scripts/Character.d.ts +495 -0
  267. package/bc/Scripts/CharacterName.d.ts +1 -0
  268. package/bc/Scripts/ColorPicker.d.ts +155 -0
  269. package/bc/Scripts/Common.d.ts +499 -0
  270. package/bc/Scripts/CommonDraw.d.ts +34 -0
  271. package/bc/Scripts/ControllerSupport.d.ts +107 -0
  272. package/bc/Scripts/Dialog.d.ts +970 -0
  273. package/bc/Scripts/DictionaryBuilder.d.ts +210 -0
  274. package/bc/Scripts/Drawing.d.ts +581 -0
  275. package/bc/Scripts/Drawing3D.d.ts +21 -0
  276. package/bc/Scripts/DynamicDraw.d.ts +310 -0
  277. package/bc/Scripts/Element.d.ts +154 -0
  278. package/bc/Scripts/ExtendedItem.d.ts +339 -0
  279. package/bc/Scripts/GLDraw.d.ts +223 -0
  280. package/bc/Scripts/Game.d.ts +61 -0
  281. package/bc/Scripts/GameLog.d.ts +87 -0
  282. package/bc/Scripts/Graph.d.ts +46 -0
  283. package/bc/Scripts/Import.d.ts +7 -0
  284. package/bc/Scripts/Inventory.d.ts +509 -0
  285. package/bc/Scripts/MiniGame.d.ts +30 -0
  286. package/bc/Scripts/ModularItem.d.ts +286 -0
  287. package/bc/Scripts/Mouse.d.ts +34 -0
  288. package/bc/Scripts/NPC.d.ts +105 -0
  289. package/bc/Scripts/Notification.d.ts +120 -0
  290. package/bc/Scripts/PortalLink.d.ts +159 -0
  291. package/bc/Scripts/Property.d.ts +98 -0
  292. package/bc/Scripts/Reputation.d.ts +36 -0
  293. package/bc/Scripts/Server.d.ts +239 -0
  294. package/bc/Scripts/Skill.d.ts +107 -0
  295. package/bc/Scripts/Speech.d.ts +145 -0
  296. package/bc/Scripts/Struggle.d.ts +357 -0
  297. package/bc/Scripts/Testing.d.ts +30 -0
  298. package/bc/Scripts/Text.d.ts +92 -0
  299. package/bc/Scripts/TextItem.d.ts +65 -0
  300. package/bc/Scripts/TightenLoosenItem.d.ts +31 -0
  301. package/bc/Scripts/Timer.d.ts +62 -0
  302. package/bc/Scripts/Translation.d.ts +101 -0
  303. package/bc/Scripts/TypedItem.d.ts +242 -0
  304. package/bc/Scripts/Validation.d.ts +324 -0
  305. package/bc/Scripts/VariableHeight.d.ts +108 -0
  306. package/bc/Scripts/VibratorMode.d.ts +209 -0
  307. package/bc/Scripts/lib/LZString.d.ts +12 -0
  308. package/bc/Scripts/lib/three/FBXLoader.d.ts +0 -0
  309. package/bc/Scripts/lib/three/GLTFLoader.d.ts +0 -0
  310. package/bc/Scripts/lib/webgl/resources/m4.d.ts +0 -0
  311. package/bc/Typedef.d.ts +3933 -0
  312. package/package.json +19 -0
@@ -0,0 +1,738 @@
1
+ /**
2
+ *
3
+ * @param {number} x
4
+ * @param {number} y
5
+ * @param {string} [noReplace]
6
+ * @returns {boolean}
7
+ */
8
+ declare function KDWallVert(x: number, y: number, noReplace?: string): boolean;
9
+ /**
10
+ *
11
+ * @param {number} x
12
+ * @param {number} y
13
+ * @param {string} [noReplace]
14
+ * @returns {boolean}
15
+ */
16
+ declare function KDWallVertAbove(x: number, y: number, noReplace?: string): boolean;
17
+ /**
18
+ *
19
+ * @param {number} x
20
+ * @param {number} y
21
+ * @param {string} [noReplace]
22
+ * @returns {boolean}
23
+ */
24
+ declare function KDWallVertBoth(x: number, y: number, noReplace?: string): boolean;
25
+ /**
26
+ *
27
+ * @param {number} x
28
+ * @param {number} y
29
+ * @returns {boolean}
30
+ */
31
+ declare function KDWallHorizTunnel(x: number, y: number): boolean;
32
+ /**
33
+ *
34
+ * @param {number} x
35
+ * @param {number} y
36
+ * @returns {boolean}
37
+ */
38
+ declare function KDWallVertTunnel(x: number, y: number): boolean;
39
+ declare function KinkyDungeonGetSprite(code: any, x: any, y: any, Fog: any, noReplace: any): string;
40
+ /** For multilayer sprites */
41
+ declare function KinkyDungeonGetSpriteOverlay2(code: any, x: any, y: any, Fog: any, noReplace: any): string;
42
+ declare function KinkyDungeonGetSpriteOverlay(code: any, x: any, y: any, Fog: any, noReplace: any): any;
43
+ declare function KinkyDungeonDrawGame(): void;
44
+ /**
45
+ * Draws arousal screen filter
46
+ * @param {number} y1 - Y to draw filter at.
47
+ * @param {number} h - Height of filter
48
+ * @param {number} Width - Width of filter
49
+ * @param {number} ArousalOverride - Override to the existing arousal value
50
+ * @returns {void} - Nothing.
51
+ */
52
+ declare function KDDrawArousalScreenFilter(y1: number, h: number, Width: number, ArousalOverride: number, Color?: string, AlphaBonus?: number): void;
53
+ declare function KDCanAttack(): boolean;
54
+ declare function KinkyDungeonSendFloater(Entity: any, Amount: any, Color: any, Time: any, LocationOverride: any, suff?: string): void;
55
+ declare function KinkyDungeonDrawFloaters(CamX: any, CamY: any): void;
56
+ /**
57
+ * Easing function makes things smooth
58
+ * @param {number} value
59
+ * @returns {number}
60
+ */
61
+ declare function KDEase(value: number): number;
62
+ declare function KinkyDungeonDrawMessages(NoLog: any): void;
63
+ declare function KDhexToRGB(h: any): {
64
+ r: string;
65
+ g: string;
66
+ b: string;
67
+ };
68
+ declare function KinkyDungeonUpdateVisualPosition(Entity: any, amount: any): number;
69
+ /**
70
+ * Sets the target location based on MOUSE location
71
+ */
72
+ declare function KinkyDungeonSetTargetLocation(): void;
73
+ /**
74
+ * Sets the move direction based on MOUSE location
75
+ */
76
+ declare function KinkyDungeonSetMoveDirection(): void;
77
+ /**
78
+ * Draws a box component
79
+ * @param {number} Left - Position of the component from the left of the canvas
80
+ * @param {number} Top - Position of the component from the top of the canvas
81
+ * @param {number} Width - Width of the component
82
+ * @param {number} Height - Height of the component
83
+ * @param {string} Color - Color of the component
84
+ * @param {boolean} [NoBorder] - Color of the component
85
+ * @param {number} [Alpha] - Transparency of the box
86
+ * @param {number} [zIndex] - z Index
87
+ * @returns {void} - Nothing
88
+ */
89
+ declare function DrawBoxKD(Left: number, Top: number, Width: number, Height: number, Color: string, NoBorder?: boolean, Alpha?: number, zIndex?: number): void;
90
+ /**
91
+ * Draws a box component
92
+ * @param {any} Container - Container to draw to
93
+ * @param {number} Left - Position of the component from the left of the canvas
94
+ * @param {number} Top - Position of the component from the top of the canvas
95
+ * @param {number} Width - Width of the component
96
+ * @param {number} Height - Height of the component
97
+ * @param {string} Color - Color of the component
98
+ * @param {boolean} [NoBorder] - Color of the component
99
+ * @param {number} [Alpha] - Transparency of the box
100
+ * @param {number} [zIndex] - z Index
101
+ * @returns {void} - Nothing
102
+ */
103
+ declare function DrawBoxKDTo(Container: any, Left: number, Top: number, Width: number, Height: number, Color: string, NoBorder?: boolean, Alpha?: number, zIndex?: number): void;
104
+ /**
105
+ *
106
+ * @param {*} Text
107
+ * @param {*} X
108
+ * @param {*} Y
109
+ * @param {*} Width
110
+ * @param {*} Color
111
+ * @param {*} [BackColor]
112
+ * @param {*} [FontSize]
113
+ * @param {*} [Align]
114
+ * @param {*} [zIndex]
115
+ * @param {*} [alpha]
116
+ * @param {*} [border]
117
+ * @param {boolean} [unique] - This button is not differentiated by position
118
+ */
119
+ declare function DrawTextFitKD(Text: any, X: any, Y: any, Width: any, Color: any, BackColor?: any, FontSize?: any, Align?: any, zIndex?: any, alpha?: any, border?: any, unique?: boolean): void;
120
+ /**
121
+ *
122
+ * @param {any} Container
123
+ * @param {*} Text
124
+ * @param {*} X
125
+ * @param {*} Y
126
+ * @param {*} Width
127
+ * @param {*} Color
128
+ * @param {*} [BackColor]
129
+ * @param {*} [FontSize]
130
+ * @param {*} [Align]
131
+ * @param {*} [zIndex]
132
+ * @param {*} [alpha]
133
+ * @param {*} [border]
134
+ * @param {boolean} [unique] - This button is not differentiated by position
135
+ */
136
+ declare function DrawTextFitKDTo(Container: any, Text: any, X: any, Y: any, Width: any, Color: any, BackColor?: any, FontSize?: any, Align?: any, zIndex?: any, alpha?: any, border?: any, unique?: boolean): void;
137
+ /**
138
+ *
139
+ * @param {*} Text
140
+ * @param {*} X
141
+ * @param {*} Y
142
+ * @param {*} Color
143
+ * @param {*} [BackColor]
144
+ * @param {*} [FontSize]
145
+ * @param {*} [Align]
146
+ * @param {*} [zIndex]
147
+ * @param {*} [alpha]
148
+ */
149
+ declare function DrawTextKD(Text: any, X: any, Y: any, Color: any, BackColor?: any, FontSize?: any, Align?: any, zIndex?: any, alpha?: any, border?: any): void;
150
+ /**
151
+ *
152
+ * @param {{Text: string, X: number, Y: number, Width?: number, Color: string, BackColor: string, FontSize?: number, align?: string, zIndex?: number, alpha?: number, border?: number, unique?: boolean}} Params
153
+ * @returns {boolean} - If it worked
154
+ */
155
+ declare function DrawTextVisKD(Container: any, Map: any, id: any, Params: {
156
+ Text: string;
157
+ X: number;
158
+ Y: number;
159
+ Width?: number;
160
+ Color: string;
161
+ BackColor: string;
162
+ FontSize?: number;
163
+ align?: string;
164
+ zIndex?: number;
165
+ alpha?: number;
166
+ border?: number;
167
+ unique?: boolean;
168
+ }): boolean;
169
+ /**
170
+ * Draws a basic rectangle filled with a given color
171
+ * @param {any} Container
172
+ * @param {Map<string, any>} Map
173
+ * @param {{Left: number, Top: number, Width: number, Height: number, Color: string, LineWidth: number, zIndex: number, alpha?: number}} Params - rect parameters
174
+ * @returns {boolean} - If it worked
175
+ */
176
+ declare function DrawRectKD(Container: any, Map: Map<string, any>, id: any, Params: {
177
+ Left: number;
178
+ Top: number;
179
+ Width: number;
180
+ Height: number;
181
+ Color: string;
182
+ LineWidth: number;
183
+ zIndex: number;
184
+ alpha?: number;
185
+ }): boolean;
186
+ /**
187
+ * Draws a basic rectangle filled with a given color
188
+ * @param {any} Container
189
+ * @param {Map<string, any>} Map
190
+ * @param {{Left: number, Top: number, Width: number, Height: number, Color: string, LineWidth?: number, zIndex: number, alpha?: number}} Params - rect parameters
191
+ * @returns {boolean} - If it worked
192
+ */
193
+ declare function FillRectKD(Container: any, Map: Map<string, any>, id: any, Params: {
194
+ Left: number;
195
+ Top: number;
196
+ Width: number;
197
+ Height: number;
198
+ Color: string;
199
+ LineWidth?: number;
200
+ zIndex: number;
201
+ alpha?: number;
202
+ }): boolean;
203
+ /**
204
+ * Draws a button component
205
+ * @param {number} Left - Position of the component from the left of the canvas
206
+ * @param {number} Top - Position of the component from the top of the canvas
207
+ * @param {number} Width - Width of the component
208
+ * @param {number} Height - Height of the component
209
+ * @param {string} Label - Text to display in the button
210
+ * @param {string} Color - Color of the component
211
+ * @param {string} [Image] - URL of the image to draw inside the button, if applicable
212
+ * @param {string} [HoveringText] - Text of the tooltip, if applicable
213
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
214
+ * @param {boolean} [NoBorder] - Disables the button border and only draws the image and selection halo
215
+ * @param {string} [FillColor] - Color of the background
216
+ * @param {number} [FontSize] - Color of the background
217
+ * @param {boolean} [ShiftText] - Shift text to make room for the button
218
+ * @param {boolean} [Stretch] - Stretch the image to fit
219
+ * @param {number} [zIndex] - Stretch the image to fit
220
+ * @param {object} [options] - Additional options
221
+ * @param {boolean} [options.noTextBG] - Dont show text backgrounds
222
+ * @param {number} [options.alpha]
223
+ * @param {number} [options.zIndex] - zIndex
224
+ * @param {boolean} [options.scaleImage] - zIndex
225
+ * @returns {void} - Nothing
226
+ */
227
+ declare function DrawButtonVis(Left: number, Top: number, Width: number, Height: number, Label: string, Color: string, Image?: string, HoveringText?: string, Disabled?: boolean, NoBorder?: boolean, FillColor?: string, FontSize?: number, ShiftText?: boolean, Stretch?: boolean, zIndex?: number, options?: {
228
+ noTextBG?: boolean;
229
+ alpha?: number;
230
+ zIndex?: number;
231
+ scaleImage?: boolean;
232
+ }): void;
233
+ /**
234
+ * Draws a button component
235
+ * @param {any} Container - Container to draw to
236
+ * @param {number} Left - Position of the component from the left of the canvas
237
+ * @param {number} Top - Position of the component from the top of the canvas
238
+ * @param {number} Width - Width of the component
239
+ * @param {number} Height - Height of the component
240
+ * @param {string} Label - Text to display in the button
241
+ * @param {string} Color - Color of the component
242
+ * @param {string} [Image] - URL of the image to draw inside the button, if applicable
243
+ * @param {string} [HoveringText] - Text of the tooltip, if applicable
244
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
245
+ * @param {boolean} [NoBorder] - Disables the button border and only draws the image and selection halo
246
+ * @param {string} [FillColor] - Color of the background
247
+ * @param {number} [FontSize] - Color of the background
248
+ * @param {boolean} [ShiftText] - Shift text to make room for the button
249
+ * @param {boolean} [Stretch] - Stretch the image to fit
250
+ * @param {number} [zIndex] - Stretch the image to fit
251
+ * @param {object} [options] - Additional options
252
+ * @param {boolean} [options.noTextBG] - Dont show text backgrounds
253
+ * @param {number} [options.alpha]
254
+ * @param {number} [options.zIndex] - zIndex
255
+ * @param {boolean} [options.unique] - This button is not differentiated by position
256
+ * @param {boolean} [options.scaleImage] - zIndex
257
+ * @returns {void} - Nothing
258
+ */
259
+ declare function DrawButtonVisTo(Container: any, Left: number, Top: number, Width: number, Height: number, Label: string, Color: string, Image?: string, HoveringText?: string, Disabled?: boolean, NoBorder?: boolean, FillColor?: string, FontSize?: number, ShiftText?: boolean, Stretch?: boolean, zIndex?: number, options?: {
260
+ noTextBG?: boolean;
261
+ alpha?: number;
262
+ zIndex?: number;
263
+ unique?: boolean;
264
+ scaleImage?: boolean;
265
+ }): void;
266
+ /**
267
+ * Draws a checkbox component
268
+ * @param {number} Left - Position of the component from the left of the canvas
269
+ * @param {number} Top - Position of the component from the top of the canvas
270
+ * @param {number} Width - Width of the component
271
+ * @param {number} Height - Height of the component
272
+ * @param {string} Text - Label associated with the checkbox
273
+ * @param {boolean} IsChecked - Whether or not the checkbox is checked
274
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
275
+ * @param {string} [TextColor] - Color of the text
276
+ * @param {object} [options] - Additional options
277
+ * @param {boolean} [options.noTextBG] - Dont show text backgrounds
278
+ * @param {number} [options.alpha]
279
+ * @param {number} [options.zIndex] - zIndex
280
+ * @returns {void} - Nothing
281
+ */
282
+ declare function DrawCheckboxVis(Left: number, Top: number, Width: number, Height: number, Text: string, IsChecked: boolean, Disabled?: boolean, TextColor?: string, CheckImage?: string, options?: {
283
+ noTextBG?: boolean;
284
+ alpha?: number;
285
+ zIndex?: number;
286
+ }): void;
287
+ /**
288
+ * Draws a checkbox component
289
+ * @param {string} name - Name of the button element
290
+ * @param {(bdata: any) => boolean} func - Whether or not you can click on it
291
+ * @param {boolean} enabled - Whether or not you can click on it
292
+ * @param {number} Left - Position of the component from the left of the canvas
293
+ * @param {number} Top - Position of the component from the top of the canvas
294
+ * @param {number} Width - Width of the component
295
+ * @param {number} Height - Height of the component
296
+ * @param {string} Text - Label associated with the checkbox
297
+ * @param {boolean} IsChecked - Whether or not the checkbox is checked
298
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
299
+ * @param {string} [TextColor] - Color of the text
300
+ * @param {object} [options] - Additional options
301
+ * @param {boolean} [options.noTextBG] - Dont show text backgrounds
302
+ * @param {number} [options.alpha]
303
+ * @param {number} [options.zIndex] - zIndex
304
+ * @param {number} [options.maxWidth] - Max width
305
+ * @returns {void} - Nothing
306
+ */
307
+ declare function DrawCheckboxKDEx(name: string, func: (bdata: any) => boolean, enabled: boolean, Left: number, Top: number, Width: number, Height: number, Text: string, IsChecked: boolean, Disabled?: boolean, TextColor?: string, CheckImage?: string, options?: {
308
+ noTextBG?: boolean;
309
+ alpha?: number;
310
+ zIndex?: number;
311
+ maxWidth?: number;
312
+ }): void;
313
+ /**
314
+ * Draw a back & next button component
315
+ * @param {number} Left - Position of the component from the left of the canvas
316
+ * @param {number} Top - Position of the component from the top of the canvas
317
+ * @param {number} Width - Width of the component
318
+ * @param {number} Height - Height of the component
319
+ * @param {string} Label - Text inside the component
320
+ * @param {string} Color - Color of the component
321
+ * @param {string} [Image] - Image URL to draw in the component
322
+ * @param {() => string} [BackText] - Text for the back button tooltip
323
+ * @param {() => string} [NextText] - Text for the next button tooltip
324
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
325
+ * @param {number} [ArrowWidth] - How much of the button the previous/next sections cover. By default, half each.
326
+ * @param {boolean} [NoBorder] - Disables the hovering options if set to true
327
+ * @param {object} [options] - Additional options
328
+ * @param {boolean} [options.noTextBG] - Dont show text backgrounds
329
+ * @param {number} [options.alpha]
330
+ * @returns {void} - Nothing
331
+ */
332
+ declare function DrawBackNextButtonVis(Left: number, Top: number, Width: number, Height: number, Label: string, Color: string, Image?: string, BackText?: () => string, NextText?: () => string, Disabled?: boolean, ArrowWidth?: number, NoBorder?: boolean, options?: {
333
+ noTextBG?: boolean;
334
+ alpha?: number;
335
+ }): void;
336
+ /**
337
+ *
338
+ * @param {number} CamX
339
+ * @param {number} CamY
340
+ * @param {number} CamX_offset
341
+ * @param {number} CamY_offset
342
+ * @param {boolean} [Debug]
343
+ * @returns {any}
344
+ */
345
+ declare function KDDrawMap(CamX: number, CamY: number, CamX_offset: number, CamY_offset: number, Debug?: boolean): any;
346
+ /**
347
+ *
348
+ * @param {any} Container
349
+ * @param {Map<string, any>} Map
350
+ * @param {string} Image
351
+ * @param {number} Left
352
+ * @param {number} Top
353
+ * @param {number} Width
354
+ * @param {number} Height
355
+ * @param {number} [Rotation]
356
+ * @param {any} [options]
357
+ * @param {boolean} [Centered]
358
+ * @param {Map<string, boolean>} [SpritesDrawn]
359
+ * @param {number} [Scale]
360
+ * @returns {boolean}
361
+ */
362
+ declare function KDDraw(Container: any, Map: Map<string, any>, id: any, Image: string, Left: number, Top: number, Width: number, Height: number, Rotation?: number, options?: any, Centered?: boolean, SpritesDrawn?: Map<string, boolean>, Scale?: number): boolean;
363
+ /**
364
+ * Returns a PIXI.Texture, or null if there isnt one
365
+ * @param {string} Image
366
+ * @returns {any}
367
+ */
368
+ declare function KDTex(Image: string): any;
369
+ /**
370
+ *
371
+ * @param {string} str
372
+ * @returns
373
+ */
374
+ declare function string2hex(str: string): number;
375
+ declare function GetAdjacentList(list: any, index: any, width: any): {
376
+ left: any;
377
+ right: any;
378
+ };
379
+ declare function KDUpdateVision(): void;
380
+ declare function KDDrawTileTooltip(maptile: any, x: any, y: any, offset: any): number;
381
+ /**
382
+ *
383
+ * @param {effectTile} tile
384
+ * @param {any[]} TooltipList
385
+ * @param {string} color
386
+ * @param {string} [extra]
387
+ * @param {string} [descColor]
388
+ * @param {string} [extraColor]
389
+ */
390
+ declare function KDETileTooltipSimple(tile: effectTile, TooltipList: any[], color: string, extra?: string, descColor?: string, extraColor?: string): void;
391
+ /**
392
+ *
393
+ * @param {effectTile} tile
394
+ * @param {number} x
395
+ * @param {number} y
396
+ * @param {number} offset
397
+ * @returns {number}
398
+ */
399
+ declare function KDDrawEffectTileTooltip(tile: effectTile, x: number, y: number, offset: number): number;
400
+ /**
401
+ *
402
+ * @param {any[]} TooltipList
403
+ * @param {number} offset
404
+ * @returns {number}
405
+ */
406
+ declare function KDDrawTooltip(TooltipList: any[], offset: number): number;
407
+ /**
408
+ * Creates a text field with the specified params
409
+ * @param {string} Name
410
+ * @param {number} Left
411
+ * @param {number} Top
412
+ * @param {number} Width
413
+ * @param {number} Height
414
+ */
415
+ declare function KDTextArea(Name: string, Left: number, Top: number, Width: number, Height: number): {
416
+ Element: any;
417
+ Created: boolean;
418
+ };
419
+ /**
420
+ * Creates a text field with the specified params
421
+ * @param {string} Name
422
+ * @param {number} Left
423
+ * @param {number} Top
424
+ * @param {number} Width
425
+ * @param {number} Height
426
+ * @param {string} Type
427
+ * @param {string} Value
428
+ * @param {string} MaxLength
429
+ */
430
+ declare function KDTextField(Name: string, Left: number, Top: number, Width: number, Height: number, Type?: string, Value?: string, MaxLength?: string): {
431
+ Element: any;
432
+ Created: boolean;
433
+ };
434
+ /**
435
+ * Culls the text fields and other DOM elements created
436
+ */
437
+ declare function KDCullTempElements(): void;
438
+ /**
439
+ * Draws an existing HTML element at a specific position within the document. The element is "centered" on the given coordinates by dividing its height and width by two.
440
+ * @param {string} ElementID - The id of the input tag to (re-)position.
441
+ * @param {number} X - Center point of the element on the X axis.
442
+ * @param {number} Y - Center point of the element on the Y axis.
443
+ * @param {number} W - Width of the element.
444
+ * @param {number} [H] - Height of the element.
445
+ * @returns {void} - Nothing
446
+ */
447
+ declare function KDElementPosition(ElementID: string, X: number, Y: number, W: number, H?: number): void;
448
+ /** Whether or not to show the quick inv
449
+ * @returns {boolean}
450
+ */
451
+ declare function KDShowQuickInv(): boolean;
452
+ declare function KDPlayerDrawPoseButtons(C: any): void;
453
+ declare let KDRecentRepIndex: number;
454
+ declare let ShowBoringness: boolean;
455
+ declare let KDWallReplacers: string;
456
+ declare let KinkyDungeonSuppressSprint: boolean;
457
+ declare let KDReturnButtonXX: number;
458
+ declare let KDIntenseFilter: any;
459
+ /** @type HTMLCanvasElement */
460
+ declare let pixiview: HTMLCanvasElement;
461
+ declare let pixirenderer: any;
462
+ declare let pixirendererKD: any;
463
+ declare let kdgamefog: import("pixi.js").Graphics;
464
+ declare let kdmapboard: import("pixi.js").Container;
465
+ declare let kdenemyboard: import("pixi.js").Container;
466
+ declare let kdenemystatusboard: import("pixi.js").Container;
467
+ declare let kdbulletboard: import("pixi.js").Container;
468
+ declare let kdeffecttileboard: import("pixi.js").Container;
469
+ declare let kdUItext: import("pixi.js").Container;
470
+ declare let kdstatusboard: import("pixi.js").Container;
471
+ declare let kdgameboard: import("pixi.js").Container;
472
+ declare let kdui: import("pixi.js").Graphics;
473
+ declare let kdcanvas: import("pixi.js").Container;
474
+ declare let statusOffset: number;
475
+ declare let kdparticles: import("pixi.js").Container;
476
+ declare let KDTextWhite: string;
477
+ declare let KDTextGray3: string;
478
+ declare let KDTextTan: string;
479
+ declare let KDTextGray2: string;
480
+ declare let KDTextGray1: string;
481
+ declare let KDTextGray0: string;
482
+ declare let KDCurseColor: string;
483
+ declare let KDGoodColor: string;
484
+ /**
485
+ * @type {Map<string, boolean>}
486
+ */
487
+ declare let kdSpritesDrawn: Map<string, boolean>;
488
+ /**
489
+ * @type {Map<string, any>}
490
+ */
491
+ declare let kdpixisprites: Map<string, any>;
492
+ /**
493
+ * @type {Map<string, any>}
494
+ */
495
+ declare let kdprimitiveparams: Map<string, any>;
496
+ /**
497
+ * @type {Map<string, any>}
498
+ */
499
+ declare let kdpixitex: Map<string, any>;
500
+ declare let KDChainablePillar: string;
501
+ /** @type KDSprites */
502
+ declare const KDSprites: KDSprites;
503
+ /** @type KDSprites */
504
+ declare const KDOverlays: KDSprites;
505
+ /** @type KDSprites */
506
+ declare const KDOverlays2: KDSprites;
507
+ declare namespace KDSpecialChests {
508
+ const silver: string;
509
+ const shadow: string;
510
+ }
511
+ /**
512
+ * @type {Record<string, number>}
513
+ */
514
+ declare let KDLastKeyTime: Record<string, number>;
515
+ declare let KinkyDungeonFloaters: any[];
516
+ declare let KinkyDungeonLastFloaterTime: number;
517
+ declare let KDTimescale: number;
518
+ declare let KDBulletSpeed: number;
519
+ declare let KDEntitiesFloaterRegisty: Map<any, any>;
520
+ declare let KDFloaterSpacing: number;
521
+ declare let KinkyDungeonMessageToggle: boolean;
522
+ declare let KinkyDungeonMessageLog: any[];
523
+ declare let KDLogDist: number;
524
+ declare let KDMSGFontSize: number;
525
+ declare let KDLogHeight: number;
526
+ declare let KDMaxLog: number;
527
+ declare let KDLogTopPad: number;
528
+ declare let KDLogIndex: number;
529
+ declare let KDLogIndexInc: number;
530
+ declare let KDMsgWidth: number;
531
+ declare let KDMsgWidthMin: number;
532
+ declare let KDMsgX: number;
533
+ declare let KDMsgFadeTime: number;
534
+ declare let KDMaxConsoleMsg: number;
535
+ declare let KDBoxThreshold: number;
536
+ declare let KDButtonColor: string;
537
+ declare let KDButtonColorIntense: string;
538
+ declare let KDBorderColor: string;
539
+ declare let KDFont: string;
540
+ declare let KDFontName: string;
541
+ declare let KDAllowText: boolean;
542
+ declare let KDTileTooltips: {
543
+ '1': () => {
544
+ color: string;
545
+ text: string;
546
+ };
547
+ '0': () => {
548
+ color: string;
549
+ text: string;
550
+ };
551
+ '2': () => {
552
+ color: string;
553
+ text: string;
554
+ };
555
+ R: () => {
556
+ color: string;
557
+ noInspect: boolean;
558
+ text: string;
559
+ };
560
+ Y: () => {
561
+ color: string;
562
+ noInspect: boolean;
563
+ text: string;
564
+ };
565
+ L: () => {
566
+ color: string;
567
+ noInspect: boolean;
568
+ text: string;
569
+ };
570
+ A: () => {
571
+ color: string;
572
+ noInspect: boolean;
573
+ text: string;
574
+ };
575
+ a: () => {
576
+ color: string;
577
+ text: string;
578
+ };
579
+ O: () => {
580
+ color: string;
581
+ text: string;
582
+ };
583
+ o: () => {
584
+ color: string;
585
+ text: string;
586
+ };
587
+ C: () => {
588
+ color: string;
589
+ noInspect: boolean;
590
+ text: string;
591
+ };
592
+ c: () => {
593
+ color: string;
594
+ text: string;
595
+ };
596
+ T: () => {
597
+ color: string;
598
+ text: string;
599
+ };
600
+ '4': () => {
601
+ color: string;
602
+ noInspect: boolean;
603
+ text: string;
604
+ };
605
+ X: () => {
606
+ color: string;
607
+ text: string;
608
+ };
609
+ '?': () => {
610
+ color: string;
611
+ noInspect: boolean;
612
+ text: string;
613
+ };
614
+ ',': () => {
615
+ color: string;
616
+ noInspect: boolean;
617
+ text: string;
618
+ };
619
+ S: () => {
620
+ color: string;
621
+ noInspect: boolean;
622
+ text: string;
623
+ };
624
+ s: () => {
625
+ color: string;
626
+ noInspect: boolean;
627
+ text: string;
628
+ };
629
+ H: () => {
630
+ color: string;
631
+ noInspect: boolean;
632
+ text: string;
633
+ };
634
+ G: () => {
635
+ color: string;
636
+ noInspect: boolean;
637
+ text: string;
638
+ };
639
+ B: () => {
640
+ color: string;
641
+ noInspect: boolean;
642
+ text: string;
643
+ };
644
+ '@': () => {
645
+ color: string;
646
+ noInspect: boolean;
647
+ text: string;
648
+ };
649
+ b: () => {
650
+ color: string;
651
+ noInspect: boolean;
652
+ text: string;
653
+ };
654
+ D: () => {
655
+ color: string;
656
+ noInspect: boolean;
657
+ text: string;
658
+ };
659
+ d: () => {
660
+ color: string;
661
+ noInspect: boolean;
662
+ text: string;
663
+ };
664
+ Z: () => {
665
+ color: string;
666
+ noInspect: boolean;
667
+ text: string;
668
+ };
669
+ z: () => {
670
+ color: string;
671
+ noInspect: boolean;
672
+ text: string;
673
+ };
674
+ t: () => {
675
+ color: string;
676
+ noInspect: boolean;
677
+ text: string;
678
+ };
679
+ u: () => {
680
+ color: string;
681
+ noInspect: boolean;
682
+ text: string;
683
+ };
684
+ V: () => {
685
+ color: string;
686
+ noInspect: boolean;
687
+ text: string;
688
+ };
689
+ N: () => {
690
+ color: string;
691
+ noInspect: boolean;
692
+ text: string;
693
+ };
694
+ };
695
+ declare namespace KDEffectTileTooltips {
696
+ function Runes(tile: any, x: any, y: any, TooltipList: any): void;
697
+ function RunesTrap(tile: any, x: any, y: any, TooltipList: any): void;
698
+ function Inferno(tile: any, x: any, y: any, TooltipList: any): void;
699
+ function Ember(tile: any, x: any, y: any, TooltipList: any): void;
700
+ function Ice(tile: any, x: any, y: any, TooltipList: any): void;
701
+ function Water(tile: any, x: any, y: any, TooltipList: any): void;
702
+ function Vines(tile: any, x: any, y: any, TooltipList: any): void;
703
+ function Ropes(tile: any, x: any, y: any, TooltipList: any): void;
704
+ function Chains(tile: any, x: any, y: any, TooltipList: any): void;
705
+ function Belts(tile: any, x: any, y: any, TooltipList: any): void;
706
+ function Fabric(tile: any, x: any, y: any, TooltipList: any): void;
707
+ function FabricGreen(tile: any, x: any, y: any, TooltipList: any): void;
708
+ function Slime(tile: any, x: any, y: any, TooltipList: any): void;
709
+ function Latex(tile: any, x: any, y: any, TooltipList: any): void;
710
+ function LatexThin(tile: any, x: any, y: any, TooltipList: any): void;
711
+ function Steam(tile: any, x: any, y: any, TooltipList: any): void;
712
+ function Smoke(tile: any, x: any, y: any, TooltipList: any): void;
713
+ function Torch(tile: any, x: any, y: any, TooltipList: any): void;
714
+ function TorchUnlit(tile: any, x: any, y: any, TooltipList: any): void;
715
+ function Lantern(tile: any, x: any, y: any, TooltipList: any): void;
716
+ function LanternUnlit(tile: any, x: any, y: any, TooltipList: any): void;
717
+ function IllusOrb(tile: any, x: any, y: any, TooltipList: any): void;
718
+ function IllusOrbDead(tile: any, x: any, y: any, TooltipList: any): void;
719
+ function TorchOrb(tile: any, x: any, y: any, TooltipList: any): void;
720
+ function Cracked(tile: any, x: any, y: any, TooltipList: any): void;
721
+ }
722
+ /**
723
+ * Elements which are temporary and drawn using a declarative style
724
+ * If not redrawn at the end of a frame, they will be removed
725
+ */
726
+ declare let KDTempElements: Map<any, any>;
727
+ /**
728
+ * Elements which are temporary and drawn using a declarative style
729
+ * If not redrawn at the end of a frame, they will be removed
730
+ */
731
+ declare let KDDrawnElements: Map<any, any>;
732
+ declare let KDUpdateFog: boolean;
733
+ declare namespace KDLastCamPos {
734
+ const x: number;
735
+ const y: number;
736
+ }
737
+ declare let KDDrawPlayer: boolean;
738
+ declare let KDDesiredPlayerPose: {};