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,658 @@
1
+ /**
2
+ * An object defining which genders a setting is active for
3
+ * @typedef {object} GenderSetting
4
+ * @property {boolean} Female - Whether the setting is active for female cases
5
+ * @property {boolean} Male - Whether the setting is active for male cases
6
+ */
7
+ /**
8
+ * Compares the arousal preference level and returns TRUE if that level is met, or an higher level is met
9
+ * @param {Character} C - The player who performs the sexual activity
10
+ * @param {ArousalActiveName} Level - The name of the level ("Inactive", "NoMeter", "Manual", "Hybrid", "Automatic")
11
+ * @returns {boolean} - Returns TRUE if the level is met or more
12
+ */
13
+ declare function PreferenceArousalAtLeast(C: Character, Level: ArousalActiveName): boolean;
14
+ /**
15
+ * Gets the effect of a sexual activity on the player
16
+ * @param {Character} C - The player who performs the sexual activity
17
+ * @param {ActivityName} Type - The type of the activity that is performed
18
+ * @param {boolean} Self - Determines, if the current player is giving (false) or receiving (true)
19
+ * @returns {ArousalFactor} - Returns the love factor of the activity for the character (0 is horrible, 2 is normal, 4 is great)
20
+ */
21
+ declare function PreferenceGetActivityFactor(C: Character, Type: ActivityName, Self: boolean): ArousalFactor;
22
+ /**
23
+ * Gets the factor of a fetish for the player
24
+ * @param {Character} C - The character to query
25
+ * @param {FetishName} Type - The name of the fetish
26
+ * @returns {ArousalFactor} - Returns the love factor of the fetish for the character (0 is horrible, 2 is normal, 4 is great)
27
+ */
28
+ declare function PreferenceGetFetishFactor(C: Character, Type: FetishName): ArousalFactor;
29
+ /**
30
+ * Sets the love factor of a sexual activity for the character
31
+ * @param {Character} C - The character for whom the activity factor should be set
32
+ * @param {ActivityName} Type - The type of the activity that is performed
33
+ * @param {boolean} Self - Determines, if the current player is giving (false) or receiving (true)
34
+ * @param {ArousalFactor} Factor - The factor of the sexual activity (0 is horrible, 2 is normal, 4 is great)
35
+ */
36
+ declare function PreferenceSetActivityFactor(C: Character, Type: ActivityName, Self: boolean, Factor: ArousalFactor): void;
37
+ /**
38
+ * Gets the corresponding arousal zone definition from a player's preferences (if the group's activities are mirrored,
39
+ * returns the arousal zone definition for the mirrored group).
40
+ * @param {Character} C - The character for whom to get the arousal zone
41
+ * @param {AssetGroupItemName} ZoneName - The name of the zone to get
42
+ * @returns {null | ArousalZone} - Returns the arousal zone preference object,
43
+ * or null if a corresponding zone definition could not be found.
44
+ */
45
+ declare function PreferenceGetArousalZone(C: Character, ZoneName: AssetGroupItemName): null | ArousalZone;
46
+ /**
47
+ * Gets the love factor of a zone for the character
48
+ * @param {Character} C - The character for whom the love factor of a particular zone should be gotten
49
+ * @param {AssetGroupItemName} ZoneName - The name of the zone to get the love factor for
50
+ * @returns {ArousalFactor} - Returns the love factor of a zone for the character (0 is horrible, 2 is normal, 4 is great)
51
+ */
52
+ declare function PreferenceGetZoneFactor(C: Character, ZoneName: AssetGroupItemName): ArousalFactor;
53
+ /**
54
+ * Sets the love factor for a specific body zone on the player
55
+ * @param {Character} C - The character, for whom the love factor of a particular zone should be set
56
+ * @param {AssetGroupItemName} Zone - The name of the zone, the factor should be set for
57
+ * @param {ArousalFactor} Factor - The factor of the zone (0 is horrible, 2 is normal, 4 is great)
58
+ * @returns {void} - Nothing
59
+ */
60
+ declare function PreferenceSetZoneFactor(C: Character, Zone: AssetGroupItemName, Factor: ArousalFactor): void;
61
+ /**
62
+ * Determines, if a player can reach on orgasm from a particular zone
63
+ * @param {Character} C - The character whose ability to orgasm we check
64
+ * @param {AssetGroupItemName} ZoneName - The name of the zone to check
65
+ * @returns {boolean} - Returns true if the zone allows orgasms for a character, false otherwise
66
+ */
67
+ declare function PreferenceGetZoneOrgasm(C: Character, ZoneName: AssetGroupItemName): boolean;
68
+ /**
69
+ * Sets the ability to induce an orgasm for a given zone*
70
+ * @param {Character} C - The characterfor whom we set the ability to órgasm from a given zone
71
+ * @param {AssetGroupItemName} ZoneName - The name of the zone to set the ability to orgasm for
72
+ * @param {boolean} CanOrgasm - Sets, if the character can cum from the given zone (true) or not (false)
73
+ * @returns {void} - Nothing
74
+ */
75
+ declare function PreferenceSetZoneOrgasm(C: Character, ZoneName: AssetGroupItemName, CanOrgasm: boolean): void;
76
+ /**
77
+ * Gets a color code for a given arousal factor
78
+ * @param {number} Factor - The factor that should be translated in a color code
79
+ * @returns {string} - The color for the given factor in the format "#rrggbbaa"
80
+ */
81
+ declare function PreferenceGetFactorColor(Factor: number): string;
82
+ /**
83
+ * Checks, if the arousal activity controls must be activated
84
+ * @returns {boolean} - Returns true if we must activate the preference controls, false otherwise
85
+ */
86
+ declare function PreferenceArousalIsActive(): boolean;
87
+ /**
88
+ * Loads the activity factor combo boxes based on the current activity selected
89
+ * @returns {void} - Nothing
90
+ */
91
+ declare function PreferenceLoadActivityFactor(): void;
92
+ /**
93
+ * Loads the fetish factor combo boxes based on the current fetish selected
94
+ * @returns {void} - Nothing
95
+ */
96
+ declare function PreferenceLoadFetishFactor(): void;
97
+ /**
98
+ * Initialize and validates the character settings
99
+ * @param {Character} C - The character, whose preferences are initialized
100
+ * @returns {void} - Nothing
101
+ */
102
+ declare function PreferenceInit(C: Character): void;
103
+ /**
104
+ * Initialize and validates Player settings
105
+ * @returns {void} - Nothing
106
+ */
107
+ declare function PreferenceInitPlayer(): void;
108
+ /**
109
+ * Initialise the Notifications settings, converting the old boolean types to objects
110
+ * @param {object} setting - The old version of the setting
111
+ * @param {NotificationAudioType} audio - The audio setting
112
+ * @param {NotificationAlertType} [defaultAlertType] - The default AlertType to use
113
+ * @returns {NotificationSetting} - The setting to use
114
+ */
115
+ declare function PreferenceInitNotificationSetting(setting: object, audio: NotificationAudioType, defaultAlertType?: NotificationAlertType): NotificationSetting;
116
+ /**
117
+ * Initialise a Gender setting
118
+ * @returns {GenderSetting} - The setting to use
119
+ */
120
+ declare function PreferenceInitGenderSetting(): GenderSetting;
121
+ /**
122
+ * Migrates a named preference from one preference object to another if not already migrated
123
+ * @param {object} from - The preference object to migrate from
124
+ * @param {object} to - The preference object to migrate to
125
+ * @param {string} prefName - The name of the preference to migrate
126
+ * @param {any} defaultValue - The default value for the preference if it doesn't exist
127
+ * @returns {void} - Nothing
128
+ */
129
+ declare function PreferenceMigrate(from: object, to: object, prefName: string, defaultValue: any): void;
130
+ /**
131
+ * Loads the preference screen. This function is called dynamically, when the character enters the preference screen
132
+ * for the first time
133
+ * @returns {void} - Nothing
134
+ */
135
+ declare function PreferenceLoad(): void;
136
+ /**
137
+ * Runs the preference screen. This function is called dynamically on a repeated basis.
138
+ * So don't use complex loops or other function calls within this method
139
+ * @returns {void} - Nothing
140
+ */
141
+ declare function PreferenceRun(): void;
142
+ /**
143
+ * Handles click events in the preference screen that are propagated from CommonClick()
144
+ * @returns {void} - Nothing
145
+ */
146
+ declare function PreferenceSubscreenGeneralRun(): void;
147
+ /**
148
+ * Runs and draw the preference screen, difficulty subscreen
149
+ * @returns {void} - Nothing
150
+ */
151
+ declare function PreferenceSubscreenDifficultyRun(): void;
152
+ /**
153
+ * Runs and draw the preference screen, restriction subscreen
154
+ * @returns {void} - Nothing
155
+ */
156
+ declare function PreferenceSubscreenRestrictionRun(): void;
157
+ /**
158
+ * Handles click events in the preference screen that are propagated from CommonClick()
159
+ * @returns {void} - Nothing
160
+ */
161
+ declare function PreferenceClick(): void;
162
+ /**
163
+ * Handles the click events in the preference screen, general sub-screen, propagated from CommonClick()
164
+ * @returns {void} - Nothing
165
+ */
166
+ declare function PreferenceSubscreenGeneralClick(): void;
167
+ /**
168
+ * Handles the click events in the preference screen, difficulty sub-screen, propagated from CommonClick()
169
+ * @returns {void} - Nothing
170
+ */
171
+ declare function PreferenceSubscreenDifficultyClick(): void;
172
+ /**
173
+ * Handles the click events in the preference screen, restriction sub-screen, propagated from CommonClick()
174
+ * @returns {void} - Nothing
175
+ */
176
+ declare function PreferenceSubscreenRestrictionClick(): void;
177
+ /**
178
+ * Runs and draws the preference screen, immersion sub-screen
179
+ * @returns {void} - Nothing
180
+ */
181
+ declare function PreferenceSubscreenImmersionRun(): void;
182
+ /**
183
+ * Handles the click events in the preference screen, immersion sub-screen, propagated from CommonClick()
184
+ * @returns {void} - Nothing
185
+ */
186
+ declare function PreferenceSubscreenImmersionClick(): void;
187
+ /**
188
+ * Is called when the player exits the preference screen. All settings of the preference screen are sent to the server.
189
+ * If the player is in a subscreen, they exit to the main preferences menu instead.
190
+ * @returns {void} - Nothing
191
+ */
192
+ declare function PreferenceExit(): void;
193
+ /**
194
+ * Sets the audio preferences for the player. Redirected to from the main Run function if the player is in the audio
195
+ * settings subscreen
196
+ * @returns {void} - Nothing
197
+ */
198
+ declare function PreferenceSubscreenAudioRun(): void;
199
+ /**
200
+ * Sets the controller preferences for the player. Redirected to from the main Run function.
201
+ * @returns {void} - Nothing
202
+ */
203
+ declare function PreferenceSubscreenControllerRun(): void;
204
+ /**
205
+ * Sets the censored words for the player. Redirected to from the main Run function.
206
+ * @returns {void} - Nothing
207
+ */
208
+ declare function PreferenceSubscreenCensoredWordsRun(): void;
209
+ /**
210
+ * Sets the chat preferences for the player. Redirected to from the main Run function if the player is in the chat
211
+ * settings subscreen.
212
+ * @returns {void} - Nothing
213
+ */
214
+ declare function PreferenceSubscreenChatRun(): void;
215
+ /**
216
+ * Sets the online preferences for the player. Redirected to from the main Run function if the player is in the online
217
+ * settings subscreen.
218
+ * @returns {void} - Nothing
219
+ */
220
+ declare function PreferenceSubscreenOnlineRun(): void;
221
+ declare function PreferenceSubscreenArousalLoad(): void;
222
+ /**
223
+ * Sets the arousal preferences for a player. Redirected to from the main Run function if the player is in the arousal
224
+ * settings subscreen
225
+ * @returns {void} - Nothing
226
+ */
227
+ declare function PreferenceSubscreenArousalRun(): void;
228
+ /**
229
+ * Sets the security preferences for a player. Redirected to from the main Run function if the player is in the
230
+ * security settings subscreen
231
+ * @returns {void} - Nothing
232
+ */
233
+ declare function PreferenceSubscreenSecurityRun(): void;
234
+ /**
235
+ * Sets the item visibility preferences for a player. Redirected to from the main Run function if the player is in the
236
+ * visibility settings subscreen
237
+ * @returns {void} - Nothing
238
+ */
239
+ declare function PreferenceSubscreenVisibilityRun(): void;
240
+ /**
241
+ * Sets the graphical preferences for a player. Redirected to from the main Run function if the player is in the
242
+ * visibility settings subscreen
243
+ * @returns {void} - Nothing
244
+ */
245
+ declare function PreferenceSubscreenGraphicsRun(): void;
246
+ /**
247
+ * Sets the gender preferences for a player. Redirected to from the main Run function if the player is in the
248
+ * gender settings subscreen
249
+ * @returns {void} - Nothing
250
+ */
251
+ declare function PreferenceSubscreenGenderRun(): void;
252
+ /**
253
+ * Draws the two checkbox row for a gender setting
254
+ * @param {number} Left - The X co-ordinate the row starts on
255
+ * @param {number} Top - The Y co-ordinate the row starts on
256
+ * @param {string} Text - The text for the setting's description
257
+ * @param {GenderSetting} Setting - The player setting the row corresponds to
258
+ * @returns {void} - Nothing
259
+ */
260
+ declare function PreferenceGenderDrawSetting(Left: number, Top: number, Text: string, Setting: GenderSetting): void;
261
+ declare function PreferenceSubscreenScriptsRun(): void;
262
+ declare function PreferenceScriptsDrawWarningScreen(): void;
263
+ /**
264
+ * Handles click events for the audio preference settings. Redirected from the main Click function.
265
+ * @returns {void} - Nothing
266
+ */
267
+ declare function PreferenceSubscreenGraphicsClick(): void;
268
+ declare function PreferenceSubscreenGraphicsExit(): void;
269
+ /**
270
+ * Handles click events for the audio preference settings. Redirected from the main Click function.
271
+ * @returns {void} - Nothing
272
+ */
273
+ declare function PreferenceSubscreenAudioClick(): void;
274
+ /**
275
+ * Exists the preference screen.
276
+ * @returns {void} - Nothing
277
+ */
278
+ declare function PreferenceSubscreenAudioExit(): void;
279
+ /**
280
+ * Handles click events for the controller preference settings. Redirected from the main Click function.
281
+ * @returns {void} - Nothing
282
+ */
283
+ declare function PreferenceSubscreenControllerClick(): void;
284
+ /**
285
+ * Handles click events for the censored words preference settings. Redirected from the main Click function.
286
+ * @returns {void} - Nothing
287
+ */
288
+ declare function PreferenceSubscreenCensoredWordsClick(): void;
289
+ /**
290
+ * Handles the click events for the chat settings of a player. Redirected from the main Click function.
291
+ * @returns {void} - Nothing
292
+ */
293
+ declare function PreferenceSubscreenChatClick(): void;
294
+ /**
295
+ * Handles the click events for the online settings. Redirected from the main Click function.
296
+ * @returns {void} - Nothing
297
+ */
298
+ declare function PreferenceSubscreenOnlineClick(): void;
299
+ /**
300
+ * Handles the click events for the arousal settings. Redirected from the main Click function.
301
+ * @returns {void} - Nothing
302
+ */
303
+ declare function PreferenceSubscreenArousalClick(): void;
304
+ /**
305
+ * Increment the passed arousal factor.
306
+ * @param {ArousalFactor} factor
307
+ * @returns {ArousalFactor}
308
+ */
309
+ declare function PreferenceIncrementArousalFactor(factor: ArousalFactor): ArousalFactor;
310
+ /**
311
+ * Decrement the passed arousal factor.
312
+ * @param {ArousalFactor} factor
313
+ * @returns {ArousalFactor}
314
+ */
315
+ declare function PreferenceDecrementArousalFactor(factor: ArousalFactor): ArousalFactor;
316
+ /**
317
+ * Handles the click events in the security settings dialog for a player. Redirected from the main Click function.
318
+ * @returns {void} - Nothing
319
+ */
320
+ declare function PreferenceSubscreenSecurityClick(): void;
321
+ /**
322
+ * Handles the click events for the notifications settings of a player. Redirected from the main Click function.
323
+ * @returns {void} - Nothing
324
+ */
325
+ declare function PreferenceSubscreenGenderClick(): void;
326
+ /**
327
+ * Handles the click for a gender setting row
328
+ * @param {number} Left - The X co-ordinate the row starts on
329
+ * @param {number} Top - The Y co-ordinate the row starts on
330
+ * @param {GenderSetting} Setting - The player setting the row corresponds to
331
+ * @param {boolean} MutuallyExclusive - Whether only one option can be enabled at a time
332
+ * @returns {void} - Nothing
333
+ */
334
+ declare function PreferenceGenderClickSetting(Left: number, Top: number, Setting: GenderSetting, MutuallyExclusive: boolean): void;
335
+ declare function PreferenceSubscreenScriptsClick(): void;
336
+ declare function PreferenceSubscreenScriptsExitClick(): void;
337
+ declare function PreferenceSubscreenScriptsWarningClick(): void;
338
+ /**
339
+ * Handles the click events for the visibility settings of a player. Redirected from the main Click function.
340
+ * @returns {void} - Nothing
341
+ */
342
+ declare function PreferenceSubscreenVisibilityClick(): void;
343
+ /**
344
+ * Handles the loading of the visibility settings of a player
345
+ * @returns {void} - Nothing
346
+ */
347
+ declare function PreferenceSubscreenVisibilityLoad(): void;
348
+ /**
349
+ * Update the checkbox settings and asset preview image based on the new asset selection
350
+ * @param {boolean} RefreshCheckboxes - If TRUE, load the new asset settings. If FALSE, a checkbox was just manually
351
+ * changed so don't refresh them
352
+ * @returns {void} - Nothing
353
+ */
354
+ declare function PreferenceVisibilityAssetChanged(RefreshCheckboxes: boolean): void;
355
+ /**
356
+ * Toggles the Hide checkbox
357
+ * @returns {void} - Nothing
358
+ */
359
+ declare function PreferenceVisibilityHideChange(): void;
360
+ /**
361
+ * Toggles the Block checkbox
362
+ * @returns {void} - Nothing
363
+ */
364
+ declare function PreferenceVisibilityBlockChange(): void;
365
+ /**
366
+ * Adds or removes the current item to/from the list based on the new state of the corresponding checkbox
367
+ * @param {ItemBundle[]} List - The list to add or remove the item from
368
+ * @param {boolean} CheckSetting - The new true/false setting of the checkbox
369
+ */
370
+ declare function PreferenceVisibilityCheckboxChanged(List: ItemBundle[], CheckSetting: boolean): void;
371
+ /**
372
+ * Saves changes to the settings, disposes of large lists & exits the visibility preference screen.
373
+ * @param {boolean} SaveChanges - If TRUE, update HiddenItems and BlockItems for the account
374
+ * @returns {void} - Nothing
375
+ */
376
+ declare function PreferenceVisibilityExit(SaveChanges: boolean): void;
377
+ /**
378
+ * Loads the Preferences screen.
379
+ * @returns {void} - Nothing
380
+ */
381
+ declare function PreferenceSubscreenGeneralLoad(): void;
382
+ /**
383
+ * Exists the preference screen. Cleans up elements that are not needed anymore
384
+ * If the selected color is invalid, the player cannot leave the screen.
385
+ * @returns {void} - Nothing
386
+ */
387
+ declare function PreferenceSubscreenGeneralExit(): void;
388
+ /**
389
+ * Exists the difficulty screen. Cleans up elements that are not needed anymore
390
+ * @returns {void} - Nothing
391
+ */
392
+ declare function PreferenceSubscreenDifficultyExit(): void;
393
+ /**
394
+ * Loads the preference security screen.
395
+ * @returns {void} - Nothing
396
+ */
397
+ declare function PreferenceSubscreenSecurityLoad(): void;
398
+ /**
399
+ * Loads the preference censored words screen.
400
+ * @returns {void} - Nothing
401
+ */
402
+ declare function PreferenceSubscreenCensoredWordsLoad(): void;
403
+ /**
404
+ * Get the sensory deprivation setting for the player
405
+ * @returns {boolean} - Return true if sensory deprivation is active, false otherwise
406
+ */
407
+ declare function PreferenceIsPlayerInSensDep(): boolean;
408
+ /**
409
+ * Loads the preference screen. This function is called dynamically, when the character enters the preference screen
410
+ * for the first time
411
+ * @returns {void} - Nothing
412
+ */
413
+ declare function PreferenceSubscreenNotificationsLoad(): void;
414
+ /**
415
+ * If the setting's alert type is not allowed for this session, e.g. from using a new device/browser, reset it to 'None'
416
+ * @param {NotificationSetting} setting - The notifications setting to check
417
+ * @returns {void} - Nothing
418
+ */
419
+ declare function PreferenceNotificationsCheckSetting(setting: NotificationSetting): void;
420
+ /**
421
+ * Sets the notifications preferences for a player. Redirected to from the main Run function if the player is in the
422
+ * notifications settings subscreen
423
+ * @returns {void} - Nothing
424
+ */
425
+ declare function PreferenceSubscreenNotificationsRun(): void;
426
+ /**
427
+ * Draws the two checkbox row for a notifications setting
428
+ * @param {number} Left - The X co-ordinate the row starts on
429
+ * @param {number} Top - The Y co-ordinate the row starts on
430
+ * @param {string} Text - The text for the setting's description
431
+ * @param {NotificationSetting} Setting - The player setting the row corresponds to
432
+ * @returns {void} - Nothing
433
+ */
434
+ declare function PreferenceNotificationsDrawSetting(Left: number, Top: number, Text: string, Setting: NotificationSetting): void;
435
+ /**
436
+ * Handles the click events for the notifications settings of a player. Redirected from the main Click function.
437
+ * @returns {void} - Nothing
438
+ */
439
+ declare function PreferenceSubscreenNotificationsClick(): void;
440
+ /**
441
+ * Handles the click events within a multi-checkbox settings row.
442
+ * @param {number} Left - The X co-ordinate the row starts on
443
+ * @param {number} Top - The Y co-ordinate the row starts on
444
+ * @param {NotificationSetting} Setting - The player setting the row corresponds to
445
+ * @param {NotificationEventType} EventType - The event type the setting corresponds to
446
+ * @returns {void} - Nothing
447
+ */
448
+ declare function PreferenceNotificationsClickSetting(Left: number, Top: number, Setting: NotificationSetting, EventType: NotificationEventType): void;
449
+ /**
450
+ * Exits the preference screen. Resets the test notifications.
451
+ * @returns {void} - Nothing
452
+ */
453
+ declare function PreferenceSubscreenNotificationsExit(): void;
454
+ /**
455
+ * Exits the preference screen
456
+ * @returns {void} - Nothing
457
+ */
458
+ declare function PreferenceSubscreenControllerExit(): void;
459
+ /**
460
+ * Exits the preference screen
461
+ * @returns {void} - Nothing
462
+ */
463
+ declare function PreferenceSubscreenCensoredWordsExit(): void;
464
+ /**
465
+ * Exits the preference screen
466
+ * @returns {void} - Nothing
467
+ */
468
+ declare function PreferenceSubscreenChatExit(): void;
469
+ /**
470
+ * Exits the preference screen
471
+ * @returns {void} - Nothing
472
+ */
473
+ declare function PreferenceSubscreenArousalExit(): void;
474
+ /**
475
+ * Exits the preference screen
476
+ * @returns {void} - Nothing
477
+ */
478
+ declare function PreferenceSubscreenSecurityExit(): void;
479
+ /**
480
+ * Exits the preference screen
481
+ * @returns {void} - Nothing
482
+ */
483
+ declare function PreferenceSubscreenVisibilityExit(): void;
484
+ /**
485
+ * Draw a button to navigate multiple pages in a preference subscreen
486
+ * @param {number} Left - The X co-ordinate of the button
487
+ * @param {number} Top - The Y co-ordinate of the button
488
+ * @param {number} TotalPages - The total number of pages on the subscreen
489
+ * @returns {void} - Nothing
490
+ */
491
+ declare function PreferencePageChangeDraw(Left: number, Top: number, TotalPages: number): void;
492
+ /**
493
+ * Handles clicks of the button to navigate multiple pages in a preference subscreen
494
+ * @param {number} Left - The X co-ordinate of the button
495
+ * @param {number} Top - The Y co-ordinate of the button
496
+ * @param {number} TotalPages - The total number of pages on the subscreen
497
+ * @returns {void} - Nothing
498
+ */
499
+ declare function PreferencePageChangeClick(Left: number, Top: number, TotalPages: number): void;
500
+ /**
501
+ * Draws a back/next button for use on preference pages
502
+ * @param {number} Left - The left offset of the button
503
+ * @param {number} Top - The top offset of the button
504
+ * @param {number} Width - The width of the button
505
+ * @param {number} Height - The height of the button
506
+ * @param {readonly string[]} List - The preference list that the button should be associated with
507
+ * @param {number} Index - The current preference index for the given preference list
508
+ * @returns {void} - Nothing
509
+ */
510
+ declare function PreferenceDrawBackNextButton(Left: number, Top: number, Width: number, Height: number, List: readonly string[], Index: number): void;
511
+ /**
512
+ * Returns the index of the previous preference list item (and wraps back to the end of the list if currently at 0)
513
+ * @param {readonly unknown[]} List - The preference list
514
+ * @param {number} Index - The current preference index for the given list
515
+ * @returns {number} - The index of the previous item in the array, or the last item in the array if currently at 0
516
+ */
517
+ declare function PreferenceGetPreviousIndex(List: readonly unknown[], Index: number): number;
518
+ /**
519
+ * Returns the index of the next preference list item (and wraps back to the start of the list if currently at the end)
520
+ * @param {readonly unknown[]} List - The preference list
521
+ * @param {number} Index - The current preference index for the given list
522
+ * @returns {number} - The index of the next item in the array, or 0 if the array is currently at the last item
523
+ */
524
+ declare function PreferenceGetNextIndex(List: readonly unknown[], Index: number): number;
525
+ declare var PreferenceBackground: string;
526
+ declare var PreferenceMessage: string;
527
+ declare var PreferenceSafewordConfirm: boolean;
528
+ /** @type {"InputCharacterLabelColor" | ""} */
529
+ declare var PreferenceColorPick: "InputCharacterLabelColor" | "";
530
+ /** @type {PreferenceSubscreenName | ""} */
531
+ declare var PreferenceSubscreen: PreferenceSubscreenName | "";
532
+ /** @type {PreferenceSubscreenName[]} */
533
+ declare var PreferenceSubscreenList: PreferenceSubscreenName[];
534
+ declare var PreferencePageCurrent: number;
535
+ /** @type {ChatColorThemeType[]} */
536
+ declare var PreferenceChatColorThemeList: ChatColorThemeType[];
537
+ declare var PreferenceChatColorThemeIndex: number;
538
+ /** @type {ChatEnterLeaveType[]} */
539
+ declare var PreferenceChatEnterLeaveList: ChatEnterLeaveType[];
540
+ declare var PreferenceChatEnterLeaveIndex: number;
541
+ /** @type {ChatMemberNumbersType[]} */
542
+ declare var PreferenceChatMemberNumbersList: ChatMemberNumbersType[];
543
+ declare var PreferenceChatMemberNumbersIndex: number;
544
+ /** @type {ChatFontSizeType[]} */
545
+ declare var PreferenceChatFontSizeList: ChatFontSizeType[];
546
+ declare var PreferenceChatFontSizeIndex: number;
547
+ /** @type {SettingsSensDepName[]} */
548
+ declare var PreferenceSettingsSensDepList: SettingsSensDepName[];
549
+ declare var PreferenceSettingsSensDepIndex: number;
550
+ /** @type {SettingsVFXName[]} */
551
+ declare var PreferenceSettingsVFXList: SettingsVFXName[];
552
+ declare var PreferenceSettingsVFXIndex: number;
553
+ /** @type {SettingsVFXVibratorName[]} */
554
+ declare var PreferenceSettingsVFXVibratorList: SettingsVFXVibratorName[];
555
+ declare var PreferenceSettingsVFXVibratorIndex: number;
556
+ /** @type {SettingsVFXFilterName[]} */
557
+ declare var PreferenceSettingsVFXFilterList: SettingsVFXFilterName[];
558
+ declare var PreferenceSettingsVFXFilterIndex: number;
559
+ declare var PreferenceSettingsVolumeList: number[];
560
+ declare var PreferenceSettingsSensitivityList: number[];
561
+ declare var PreferenceSettingsDeadZoneList: number[];
562
+ declare var PreferenceSettingsVolumeIndex: number;
563
+ declare var PreferenceSettingsSensitivityIndex: number;
564
+ declare var PreferenceSettingsDeadZoneIndex: number;
565
+ /** @type {ArousalActiveName[]} */
566
+ declare var PreferenceArousalActiveList: ArousalActiveName[];
567
+ declare var PreferenceArousalActiveIndex: number;
568
+ /** @type {ArousalVisibleName[]} */
569
+ declare var PreferenceArousalVisibleList: ArousalVisibleName[];
570
+ declare var PreferenceArousalVisibleIndex: number;
571
+ /** @type {ArousalAffectStutterName[]} */
572
+ declare var PreferenceArousalAffectStutterList: ArousalAffectStutterName[];
573
+ declare var PreferenceArousalAffectStutterIndex: number;
574
+ /** @type {null | ActivityName[]} */
575
+ declare var PreferenceArousalActivityList: null | ActivityName[];
576
+ declare var PreferenceArousalActivityIndex: number;
577
+ /** @type {ArousalFactor} */
578
+ declare var PreferenceArousalActivityFactorSelf: ArousalFactor;
579
+ /** @type {ArousalFactor} */
580
+ declare var PreferenceArousalActivityFactorOther: ArousalFactor;
581
+ /** @type {ArousalFactor} */
582
+ declare var PreferenceArousalZoneFactor: ArousalFactor;
583
+ /** @type {null | FetishName[]} */
584
+ declare var PreferenceArousalFetishList: null | FetishName[];
585
+ declare var PreferenceArousalFetishIndex: number;
586
+ /** @type {ArousalFactor} */
587
+ declare var PreferenceArousalFetishFactor: ArousalFactor;
588
+ declare var PreferenceVisibilityGroupList: any[];
589
+ declare var PreferenceVisibilityGroupIndex: number;
590
+ declare var PreferenceVisibilityAssetIndex: number;
591
+ declare var PreferenceVisibilityHideChecked: boolean;
592
+ declare var PreferenceVisibilityBlockChecked: boolean;
593
+ declare var PreferenceVisibilityCanBlock: boolean;
594
+ /** @type {null | Asset} */
595
+ declare var PreferenceVisibilityPreviewAsset: null | Asset;
596
+ /** @type {ItemPermissions[]} */
597
+ declare var PreferenceVisibilityHiddenList: ItemPermissions[];
598
+ /** @type {ItemPermissions[]} */
599
+ declare var PreferenceVisibilityBlockList: ItemPermissions[];
600
+ declare var PreferenceVisibilityResetClicked: boolean;
601
+ /** @type {null | number} */
602
+ declare var PreferenceDifficultyLevel: null | number;
603
+ declare var PreferenceDifficultyAccept: boolean;
604
+ /** @type {GraphicsFontName[]} */
605
+ declare var PreferenceGraphicsFontList: GraphicsFontName[];
606
+ /** @type {WebGLPowerPreference[]} */
607
+ declare var PreferenceGraphicsPowerModes: WebGLPowerPreference[];
608
+ declare var PreferenceGraphicsFontIndex: number;
609
+ /** @type {null | number} */
610
+ declare var PreferenceGraphicsAnimationQualityIndex: null | number;
611
+ /** @type {null | number} */
612
+ declare var PreferenceGraphicsPowerModeIndex: null | number;
613
+ /** @type {null | WebGLContextAttributes} */
614
+ declare var PreferenceGraphicsWebGLOptions: null | WebGLContextAttributes;
615
+ declare var PreferenceGraphicsAnimationQualityList: number[];
616
+ declare var PreferenceCalibrationStage: number;
617
+ /** @type {string[]} */
618
+ declare var PreferenceCensoredWordsList: string[];
619
+ declare var PreferenceCensoredWordsOffset: number;
620
+ /** @type {ScriptPermissionProperty[]} */
621
+ declare const PreferenceScriptPermissionProperties: ScriptPermissionProperty[];
622
+ /** @type {null | "global" | "Hide" | "Block"} */
623
+ declare let PreferenceScriptHelp: null | "global" | "Hide" | "Block";
624
+ /** @type {null | ReturnType<typeof setTimeout>} */
625
+ declare let PreferenceScriptTimeoutHandle: null | ReturnType<typeof setTimeout>;
626
+ /** @type {null | number} */
627
+ declare let PreferenceScriptTimer: null | number;
628
+ declare let PreferenceScriptWarningAccepted: boolean;
629
+ declare const ScriptPermissionLevel: Readonly<{
630
+ SELF: "Self";
631
+ OWNER: "Owner";
632
+ LOVERS: "Lovers";
633
+ FRIENDS: "Friends";
634
+ WHITELIST: "Whitelist";
635
+ PUBLIC: "Public";
636
+ }>;
637
+ declare const ScriptPermissionBits: Readonly<{
638
+ Self: 1;
639
+ Owner: 2;
640
+ Lovers: 4;
641
+ Friends: 8;
642
+ Whitelist: 16;
643
+ Public: 32;
644
+ }>;
645
+ declare const maxScriptPermission: number;
646
+ /**
647
+ * An object defining which genders a setting is active for
648
+ */
649
+ type GenderSetting = {
650
+ /**
651
+ * - Whether the setting is active for female cases
652
+ */
653
+ Female: boolean;
654
+ /**
655
+ * - Whether the setting is active for male cases
656
+ */
657
+ Male: boolean;
658
+ };
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Loads the relog screen
3
+ * @returns {void} Nothing
4
+ */
5
+ declare function RelogLoad(): void;
6
+ /**
7
+ * Runs the relog screen
8
+ * @returns {void} Nothing
9
+ */
10
+ declare function RelogRun(): void;
11
+ /**
12
+ * Handles player click events on the relog screen
13
+ * @returns {void} Nothing
14
+ */
15
+ declare function RelogClick(): void;
16
+ /**
17
+ * Handles player keyboard events on the relog screen
18
+ * @returns {void} Nothing
19
+ */
20
+ declare function RelogKeyDown(): void;
21
+ /**
22
+ * Attempt to log the user in based on the current player account name and the input password
23
+ * @returns {void} Nothing
24
+ */
25
+ declare function RelogSend(): void;
26
+ /**
27
+ * Sends the player back to the main login screen
28
+ * @returns {void} Nothing
29
+ */
30
+ declare function RelogExit(): void;
31
+ declare var RelogBackground: string;
32
+ declare var RelogCanvas: HTMLCanvasElement;
33
+ declare var RelogData: any;
34
+ /** @type {HTMLDivElement | null} */
35
+ declare var RelogChatLog: HTMLDivElement | null;
36
+ declare var RelogInputText: string;