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,544 @@
1
+ /**
2
+ * Checks if the player is helpless (maids disabled) or not.
3
+ * @returns {boolean} - Returns true if the player still has time remaining after asking the maids to stop helping
4
+ */
5
+ declare function ManagementIsMaidsDisabled(): boolean;
6
+ /**
7
+ * Checks if the player has a special title such as maid, mistress, kidnapper, etc.
8
+ * @returns {boolean} - TRUE if the player has a special title.
9
+ */
10
+ declare function ManagementNoTitle(): boolean;
11
+ /**
12
+ * Checks if the player has unlocked sarah's quest.
13
+ * @returns {boolean} - TRUE if the player has unlocked sarah's quest.
14
+ */
15
+ declare function ManagementSarahUnlockQuest(): boolean;
16
+ /**
17
+ * Checks if the player is Sarah's owner.
18
+ * @returns {boolean} - TRUE if the player is Sarah's owner.
19
+ */
20
+ declare function ManagementIsSarahOwner(): boolean;
21
+ /**
22
+ * Checks if the mistress has been angered for a given amount of times.
23
+ * @param {number} InCount - Number of times the mistress has to have been angered.
24
+ * @returns {boolean} - TRUE if the mistress has been angered the specified amount.
25
+ */
26
+ declare function ManagementGetMistressAngryCount(InCount: number): boolean;
27
+ /**
28
+ * Increments the amount of times the mistress has been angered.
29
+ * @returns {void} - Nothing
30
+ */
31
+ declare function ManagementMistressAngryAdd(): void;
32
+ /**
33
+ * Checks if the mistress is willing to release the player. (Based on the release timer)
34
+ * @returns {boolean} - TRUE if the mistress will release the player
35
+ */
36
+ declare function ManagementMistressWillRelease(): boolean;
37
+ /**
38
+ * Checks if the player is about to play with the submissive, albeit without the consent of the mistress.
39
+ * @returns {boolean} - TRUE if the dialog option is available.
40
+ */
41
+ declare function ManagementCanPlayWithoutPermission(): boolean;
42
+ /**
43
+ * Checks if the player is owned by one of the bondage college NPCs.
44
+ * @returns {boolean} - TRUE if the player is owned by a bondage college NPC
45
+ */
46
+ declare function ManagementOwnerFromBondageCollege(): boolean;
47
+ /**
48
+ * Checks if the player's owner is a NPC in her private room.
49
+ * @returns {boolean} - TRUE if the player's owner is in the player's private room.
50
+ */
51
+ declare function ManagementOwnerInPrivateRoom(): boolean;
52
+ /**
53
+ * Checks if the player's owner is not one of the bondage college NPC.
54
+ * @returns {boolean} - TRUE if the player is NOT owned by a bondage college NPC
55
+ */
56
+ declare function ManagementOwnerAway(): boolean;
57
+ /**
58
+ * Checks if the player is wearing any chastity item that can currently be removed by the mistress.
59
+ * @returns {boolean} - TRUE if there is at least one chastity item that can be removed.
60
+ */
61
+ declare function ManagementAllowReleaseChastity(): boolean;
62
+ /**
63
+ * Checks if the player is chaste, but cannot be released.
64
+ * @returns {boolean} - TRUE if the player is chaste and cannot be released.
65
+ */
66
+ declare function ManagementRefuseReleaseChastity(): boolean;
67
+ /**
68
+ * Checks if the player cannot be released by the mistress.
69
+ * @returns {boolean} - TRUE if the player cannot be released.
70
+ */
71
+ declare function ManagementOwnerPending(): boolean;
72
+ /**
73
+ * Checks if the player can be released from her chastity items by the mistress
74
+ * @returns {boolean} - TRUE if the release timer has expired and the mistress can release the player from chastity.
75
+ */
76
+ declare function ManagementOwnerAccepted(): boolean;
77
+ /**
78
+ * Checks if the player can be released by the mistress (timer), but cannot be released from chastity due to her owner.
79
+ * @returns {boolean} - TRUE if the player can be released, but cannot be released from chastity.
80
+ */
81
+ declare function ManagementOwnerRefused(): boolean;
82
+ /**
83
+ * Helper function to check a group's unlockability.
84
+ * @param {AssetGroupItemName} groupName - The name of the group to unlock
85
+ */
86
+ declare function ManagementCanUnlockGroup(groupName: AssetGroupItemName): boolean;
87
+ /**
88
+ * Checks if the mistress can remove the player's chastity bra
89
+ * @returns {boolean} - TRUE if the mistress can remove the item. (Not owner locked while owned and has at least 25$.)
90
+ */
91
+ declare function ManagementCanUnlockBra(): boolean;
92
+ /**
93
+ * Checks if the mistress can remove the player's butt item with a chaste effect
94
+ * @returns {boolean} - TRUE if the mistress can remove the item. (Not owner locked while owned and has at least 25$.)
95
+ */
96
+ declare function ManagementCanUnlockButt(): boolean;
97
+ /**
98
+ * Checks if the mistress can remove the player's vulva piercing item with a chaste effect
99
+ * @returns {boolean} - TRUE if the mistress can remove the item. (Not owner locked while owned and has at least 25$.)
100
+ */
101
+ declare function ManagementCanUnlockVulvaPiercings(): boolean;
102
+ /**
103
+ * Checks if the mistress can remove the player's vulva item with a chaste effect
104
+ * @returns {boolean} - TRUE if the mistress can remove the item. (Not owner locked while owned and has at least 25$.)
105
+ */
106
+ declare function ManagementCanUnlockVulva(): boolean;
107
+ /**
108
+ * Checks if the mistress can remove the player's nipple item with a chaste effect
109
+ * @returns {boolean} - TRUE if the mistress can remove the item. (Not owner locked while owned and has at least 25$.)
110
+ */
111
+ declare function ManagementCanUnlockNipples(): boolean;
112
+ /**
113
+ * Checks if the mistress can remove the player's pelvis item with a chaste effect
114
+ * @returns {boolean} - TRUE if the mistress can remove the item. (Not owner locked while owned and has at least 25$.)
115
+ */
116
+ declare function ManagementCanUnlockBelt(): boolean;
117
+ /**
118
+ * Sets the player's chastity release timer to 0.
119
+ * @returns {void} - Nothing.
120
+ */
121
+ declare function ManagementEndChastityRelease(): void;
122
+ /**
123
+ * Checks if the player can be released from her owner, but for the first time ever.
124
+ * @returns {boolean} - TRUE if the player has at least 60$ and has never been released from an owner before.
125
+ */
126
+ declare function ManagementCanReleaseFromOwnerFirst(): boolean;
127
+ /**
128
+ * Checks if the player can be released from her owner, but has been released before.
129
+ * @returns {boolean} - TRUE if the player has at least 200$ and has been released from an owner before.
130
+ */
131
+ declare function ManagementCanReleaseFromOwner(): boolean;
132
+ /**
133
+ * Checks if the player can break an online ownership trial.
134
+ * @returns {boolean} - TRUE if the player can break her trial.
135
+ */
136
+ declare function ManagementCanBreakTrialOnline(): boolean;
137
+ /**
138
+ * Checks if the player can part ways from their online owner. (7 days wait time over)
139
+ * @returns {boolean} - TRUE if the player can break her full collar.
140
+ */
141
+ declare function ManagementCanBeReleasedOnline(): boolean;
142
+ /**
143
+ * Checks if the player cannot part ways from their online owner. (7 days wait time not over)
144
+ * @returns {boolean} - TRUE if the player cannot break her full collar.
145
+ */
146
+ declare function ManagementCannotBeReleasedOnline(): boolean;
147
+ /**
148
+ * Checks if the player can part ways from her owner. (The NPC left the private room.)
149
+ * @returns {boolean} - TRUE if the player can part ways with her current NPC owner.
150
+ */
151
+ declare function ManagementCanBeReleased(): boolean;
152
+ /**
153
+ * Checks if the player cannot part ways from her owner. (The NPC is still in the private room.)
154
+ * @returns {boolean} - TRUE if the player cannot part ways with her current NPC owner.
155
+ */
156
+ declare function ManagementCannotBeReleased(): boolean;
157
+ /**
158
+ * Checks if the player cannot part ways from her owner because she's on the Extreme difficulty.
159
+ * @returns {boolean} - TRUE if the player cannot part ways with her current owner.
160
+ */
161
+ declare function ManagementCannotBeReleasedExtreme(): boolean;
162
+ /**
163
+ * Checks if the player can be owned by the mistress.
164
+ * @returns {boolean} - TRUE if the player is fully submissive, the player is not owned, the mistress has not been angered and the mistress can enter the private room.
165
+ */
166
+ declare function ManagementWillOwnPlayer(): boolean;
167
+ /**
168
+ * Checks if the mistress is not willing to own the player.
169
+ * @returns {boolean} - TRUE if the player can be owned, but is not submissive enough.
170
+ */
171
+ declare function ManagementWontOwnPlayer(): boolean;
172
+ /**
173
+ * Checks if the player has at least one lover who is a NPC from bondage college.
174
+ * @returns {boolean} - TRUE if the player has at least one lover who is a NPC from bondage college.
175
+ */
176
+ declare function ManagementLoverFromBondageCollege(): boolean;
177
+ /**
178
+ * Checks if the player can stop dating the given online lover (1 to 5)
179
+ * @param {number} L - Index of the potential lover
180
+ * @returns {boolean} - TRUE if the player can stop dating the specified lover
181
+ */
182
+ declare function ManagementCanBreakDatingLoverOnline(L: number): boolean;
183
+ /**
184
+ * Checks if the player can divorce the given online lover (The 1 week waiting period is over)
185
+ * @param {number} L - Index of the potential lover
186
+ * @returns {boolean} - TRUE if the they can get divorced
187
+ */
188
+ declare function ManagementCanBreakUpLoverOnline(L: number): boolean;
189
+ /**
190
+ * Checks if the player is not able to divorce the given online lover (The 1 week waiting period is not over)
191
+ * @param {number} L - Index of the potential lover
192
+ * @returns {boolean} - TRUE if the they cannot get divorced
193
+ */
194
+ declare function ManagementCannotBreakUpLoverOnline(L: number): boolean;
195
+ /**
196
+ * Checks if the player can stop dating the given NPC lover (1 to 5)
197
+ * @param {number} L - Index of the potential lover
198
+ * @returns {boolean} - TRUE if the player can stop dating the specified lover. (The NPC is gone from the room.)
199
+ */
200
+ declare function ManagementCanBreakUpLoverNPC(L: number): boolean;
201
+ /**
202
+ * Checks if the player cannot stop dating the given NPC lover (1 to 5)
203
+ * @param {number} L - Index of the potential lover
204
+ * @returns {boolean} - TRUE if the player cannot stop dating the specified lover (The lover is still in the player's private room.)
205
+ */
206
+ declare function ManagementCannotBreakUpLoverNPC(L: number): boolean;
207
+ /**
208
+ * Checks if the player is currently a club slave.
209
+ * @returns {boolean} - TRUE if the player is a club slave.
210
+ */
211
+ declare function ManagementIsClubSlave(): boolean;
212
+ /**
213
+ * Checks if the player is wearing a slave collar.
214
+ * @returns {boolean} - TRUE if the player is wearing a slave collar.
215
+ */
216
+ declare function ManagementWearingSlaveCollar(): boolean;
217
+ /**
218
+ * Checks if a NPC can be transfered to the player's private room.
219
+ * @returns {boolean} - TRUE if the player owns a private room, has space for an extra NPC and is not locked out of her room.
220
+ */
221
+ declare function ManagementCanTransferToRoom(): boolean;
222
+ /**
223
+ * Checks if the mistress is not willing to visit the player's room.
224
+ * @returns {boolean} - TRUE if the mistress could transfer to the player's room, but is not willing to.
225
+ */
226
+ declare function ManagementWontVisitRoom(): boolean;
227
+ /**
228
+ * Checks if the player can become a club mistress.
229
+ * @returns {boolean} - TRUE if the player is fully dominant, has been in the club for more than a month, is currently not restrained, is not kneeling, can currently change and is currently not a club mistress.
230
+ */
231
+ declare function ManagementCanBeClubMistress(): boolean;
232
+ /**
233
+ * Checks if the player is not able to become a club mistress due to her reputation.
234
+ * @returns {boolean} - TRUE if the player could be a club mistress, but has a dominant reputation between 50 and 99.
235
+ */
236
+ declare function ManagementCannotBeClubMistress(): boolean;
237
+ /**
238
+ * Checks if the player is not able to become a club mistress due to her reputation (by a large amount, which makes the mistress laugh.)
239
+ * @returns {boolean} - TRUE if the player could be a club mistress, but has a dominant reputation below 50.
240
+ */
241
+ declare function ManagementCannotBeClubMistressLaugh(): boolean;
242
+ /**
243
+ * Checks if the player is not able to become a club mistress due to her short time in the club.
244
+ * @returns {boolean} - TRUE if the player has been in the club for less than a month.
245
+ */
246
+ declare function ManagementCannotBeClubMistressTime(): boolean;
247
+ /**
248
+ * Checks if the player can receive her club mistress pay check.
249
+ * @returns {boolean} - TRUE if the player is a club mistress and has not been paid this week.
250
+ */
251
+ declare function ManagementMistressCanBePaid(): boolean;
252
+ /**
253
+ * Checks if the player cannot receive her club mistress pay check.
254
+ * @returns {boolean} - TRUE if the player is a club mistress, but has already been paid this week.
255
+ */
256
+ declare function ManagementMistressCannotBePaid(): boolean;
257
+ /**
258
+ * Checks if the player can be a club slave.
259
+ * @returns {boolean} - TRUE if the player is not wearing an owner/lover only restraint and is not too dominant.
260
+ */
261
+ declare function ManagementCanBeClubSlave(): boolean;
262
+ /**
263
+ * Checks if the player cannot be a club slave due to her dominant reputation.
264
+ * @returns {boolean} - TRUE if the player is not wearing an owner/lover only restraint, but is too dominant.
265
+ */
266
+ declare function ManagementCannotBeClubSlaveDominant(): boolean;
267
+ /**
268
+ * Checks if the player cannot be a club slave due to her currently worn owner-only restraint(s).
269
+ * @returns {boolean} - TRUE if the player is wearing an owner-only restraint.
270
+ */
271
+ declare function ManagementCannotBeClubSlaveOwnerLock(): boolean;
272
+ /**
273
+ * Checks if the player cannot be a club slave due to her currently worn lover-only restraint(s).
274
+ * @returns {boolean} - TRUE if the player is wearing a lover-only restraint.
275
+ */
276
+ declare function ManagementCannotBeClubSlaveLoverLock(): boolean;
277
+ /**
278
+ * Checks if the player cannot be a club slave due to her currently worn lover-only restraint(s).
279
+ * @returns {boolean} - TRUE if the player is wearing a lover-only restraint.
280
+ */
281
+ declare function ManagementCannotBeClubSlaveFamilyLock(): boolean;
282
+ /**
283
+ * Checks if the player can kiss the current NPC.
284
+ * @returns {boolean} - TRUE if both the NPC and the player can talk.
285
+ */
286
+ declare function ManagementCanKiss(): boolean;
287
+ /**
288
+ * Checks if the player can masturbate the current NPC.
289
+ * @returns {boolean} - TRUE if the NPC is not chaste and the player can interact.
290
+ */
291
+ declare function ManagementCanMasturbate(): boolean;
292
+ /**
293
+ * Checks if the player can play with the management submissive NPC.
294
+ * @returns {boolean} - TRUE if the player's dominant reputation is below 23 and the player is not wearing a locked restraint.
295
+ */
296
+ declare function ManagementCanPlayWithSub(): boolean;
297
+ /**
298
+ * Checks if the player cannot play with the management submissive NPC due to a locked restraint.
299
+ * @returns {boolean} - TRUE if the player's dominant reputation is below 23, but the player is wearing a locked restraint.
300
+ */
301
+ declare function ManagementCannotPlayWithSubLock(): boolean;
302
+ /**
303
+ * Checks if there is no mistress in the player's private room.
304
+ * @returns {boolean} - TRUE if there's no other Mistress in the player private room
305
+ */
306
+ declare function ManagementNoMistressInPrivateRoom(): boolean;
307
+ /**
308
+ * Checks if there is a chaste NPC in the player's private room.
309
+ * @returns {boolean} - TRUE if any NPC in the private room is chaste.
310
+ */
311
+ declare function ManagementFriendIsChaste(): boolean;
312
+ /**
313
+ * Loads the club management room, creates the Mistress and sub character
314
+ * @returns {void} - Nothing.
315
+ */
316
+ declare function ManagementLoad(): void;
317
+ /**
318
+ * Run the club management room, draws the player and 2 NPCs (if they are not gone).
319
+ * @returns {void} - Nothing.
320
+ */
321
+ declare function ManagementRun(): void;
322
+ /**
323
+ * Handles clicks in the club management room.
324
+ * @returns {void} - Nothing.
325
+ */
326
+ declare function ManagementClick(): void;
327
+ /**
328
+ * Triggered when the mistress releases the player and dress her back
329
+ * @returns {void} - Nothing.
330
+ */
331
+ declare function ManagementPlayerStrip(): void;
332
+ /**
333
+ * Triggered when the mistress straps a tight armbinder on the player for 2 minutes.
334
+ * @param {number} ChangeRep - The value the player's Dominant reputation should be altered by
335
+ * @returns {void} - Nothing.
336
+ */
337
+ declare function ManagementPlayerArmbinder(ChangeRep: number): void;
338
+ /**
339
+ * Triggered when the mistress straps many restrains and chastity items on the player. The mistress will refuse to free the player afterwards.
340
+ * @returns {void} - Nothing.
341
+ */
342
+ declare function ManagementPlayerRandomRestrain(): void;
343
+ /**
344
+ * Triggered when the player starts playing with the management submissive. The player is restrained.
345
+ * @returns {void} - Nothing.
346
+ */
347
+ declare function ManagementPlayerRandomRestrainPlay(): void;
348
+ /**
349
+ * Triggered when the mistress releases the player and dresses her back.
350
+ * @returns {void} - Nothing.
351
+ */
352
+ declare function ManagementPlayerRelease(): void;
353
+ /**
354
+ * Triggered when the player switches from the sub to the Mistress because the mistress is angry.
355
+ * @returns {void} - Nothing.
356
+ */
357
+ declare function ManagementSwitchToAngryMistress(): void;
358
+ /**
359
+ * Triggered when the mistress releases all girls that are locked in chastity items in the player's private room.
360
+ * @returns {void} - Nothing.
361
+ */
362
+ declare function ManagementReleasePrivateRoom(): void;
363
+ /**
364
+ * Triggered when the player pays to have a chastity item unlocked.
365
+ * @param {AssetGroupName} ItemGroup - The group of the item to unlock.
366
+ * @returns {void} - Nothing.
367
+ */
368
+ declare function ManagementUnlockItem(ItemGroup: AssetGroupName): void;
369
+ /**
370
+ * Triggered when the mistress will contact the player's NPC owner
371
+ * @returns {void} - Nothing.
372
+ */
373
+ declare function ManagementContactOwner(): void;
374
+ /**
375
+ * Triggered when the mistress releases the player from her owner.
376
+ * @param {number} RepChange - The amount of dominant reputation the player will lose.
377
+ * @returns {void} - Nothing.
378
+ */
379
+ declare function ManagementReleaseFromOwner(RepChange: number): void;
380
+ /**
381
+ * Break ownership by another player
382
+ * @returns {void} - Nothing.
383
+ */
384
+ declare function ManagementBreakOnlineOwnership(): void;
385
+ /**
386
+ * Triggered when the Mistress breaks the bond between lovers.
387
+ * @param {number} L - Index of the lover to remove.
388
+ * @returns {void} - Nothing.
389
+ */
390
+ declare function ManagementBreakLover(L: number): void;
391
+ /**
392
+ * Triggered when the Mistress leaves her job to go see the player
393
+ * @param {number} RepChange - The amount of dominant reputation the player will gain.
394
+ * @returns {void} - Nothing.
395
+ */
396
+ declare function ManagementSendMistressToPrivateRoom(RepChange: number): void;
397
+ /**
398
+ * Triggered when the Mistress locks the club slave collar on the player.
399
+ * @param {number} RepChange - The amount of dominant reputation the player will lose.
400
+ * @returns {void} - Nothing.
401
+ */
402
+ declare function ManagementClubSlaveCollar(RepChange: number): void;
403
+ /**
404
+ * Triggered when the player finishes the club slave contract.
405
+ * @param {number} RepChange - The amount of dominant reputation the player will gain or lose.
406
+ * @returns {void} - Nothing.
407
+ */
408
+ declare function ManagementFinishClubSlave(RepChange: number): void;
409
+ /**
410
+ * Triggered when the player gets stopped by a random girl while the player is a club slave.
411
+ * @returns {void} - Nothing.
412
+ */
413
+ declare function ManagementClubSlaveRandomIntro(): void;
414
+ /**
415
+ * Triggered when the player meets a random club slave while the player is a club mistress.
416
+ * @returns {void} - Nothing.
417
+ */
418
+ declare function ManagementFindClubSlaveRandomIntro(): void;
419
+ /**
420
+ * Triggered when a random club management activity starts.
421
+ * @param {string} A - Name of the activity being started.
422
+ * @returns {void} - Nothing.
423
+ */
424
+ declare function ManagementRandomActivityStart(A: string): void;
425
+ /**
426
+ * Launches a random club slave activity.
427
+ * @returns {void} - Nothing.
428
+ */
429
+ declare function ManagementClubSlaveRandomActivityLaunch(): void;
430
+ /**
431
+ * Triggered when the random activity stops.
432
+ * @param {number} RepChange - Amount of dominant reputation to gain or lose.
433
+ * @returns {void} - Nothing.
434
+ */
435
+ declare function ManagementClubSlaveRandomActivityEnd(RepChange: number): void;
436
+ /**
437
+ * Triggered when the player transfers the random NPC to her room.
438
+ * @returns {void} - Nothing.
439
+ */
440
+ declare function ManagementClubSlaveTransferToRoom(): void;
441
+ /**
442
+ * Triggered when the player earns the mistress clothes.
443
+ * @param {string} Color - The color of the outfit
444
+ * @returns {void} - Nothing.
445
+ */
446
+ declare function ManagementGetMistressOutfit(Color: string): void;
447
+ /**
448
+ * Triggered when the player starts the Mistress introduction cutscene.
449
+ * @returns {void} - Nothing.
450
+ */
451
+ declare function ManagementPlayerMistressCutscene(): void;
452
+ /**
453
+ * Triggered when the player receives her weekly 100$ mistress pay.
454
+ * @returns {void} - Nothing.
455
+ */
456
+ declare function ManagementMistressPay(): void;
457
+ /**
458
+ * Triggered when the player gets kicked out of the Mistress community
459
+ * @returns {void} - Nothing.
460
+ */
461
+ declare function ManagementMistressKicked(): void;
462
+ /**
463
+ * Unlocks Sarah if the player is already her owner
464
+ * @returns {void} - Nothing.
465
+ */
466
+ declare function ManagementFreeSarah(): void;
467
+ /**
468
+ * Fully restrains the player for the struggle activity
469
+ * @returns {void} - Nothing.
470
+ */
471
+ declare function ManagementActivityStruggleRestrain(): void;
472
+ /**
473
+ * Starts the struggle game
474
+ * @returns {void} - Nothing.
475
+ */
476
+ declare function ManagementActivityStruggleStart(): void;
477
+ /**
478
+ * Starts the quiz game (picks a question at random)
479
+ * @returns {void} - Nothing.
480
+ */
481
+ declare function ManagementStartQuiz(): void;
482
+ /**
483
+ * Removes gagging items from the player.
484
+ * @returns {void} - Nothing.
485
+ */
486
+ declare function ManagementRemoveGag(): void;
487
+ /**
488
+ * Locks the player in the timer cell for 5 minutes.
489
+ * @returns {void} - Nothing.
490
+ */
491
+ declare function ManagementCell(): void;
492
+ /**
493
+ * Returns to the main hall.
494
+ * @returns {void} - Nothing.
495
+ */
496
+ declare function ManagementMainHall(): void;
497
+ /**
498
+ * Runs an activity with a random club slave. (Reputation is only added for the first 3 activities)
499
+ * @param {string} ActivityType - The type of the club slave activity performed.
500
+ * @param {number} RepChange - Amount of dominant reputation to gain or lose.
501
+ * @returns {void} - Nothing.
502
+ */
503
+ declare function ManagementClubSlaveActiviy(ActivityType: string, RepChange: number): void;
504
+ /**
505
+ * Triggered after player with a club slave. There's a 50% chance the club slave will go to the player's private room.
506
+ * @returns {void} - Nothing.
507
+ */
508
+ declare function ManagementClubSlaveVisitRoom(): void;
509
+ /**
510
+ * Triggered when the player asks to have her slave collar model changed
511
+ * @param {string} NewType - The new slave collar type to change to.
512
+ * @returns {void} - Nothing.
513
+ */
514
+ declare function ManagementChangeSlaveCollarType(NewType: string): void;
515
+ /**
516
+ * Sets the given NPC's dialog based on if the player is a club slave or not. Some NPC are not available or have special dialog for club slaves.
517
+ * @param {Character} C - Current NPC.
518
+ * @returns {void} - Nothing.
519
+ */
520
+ declare function ManagementClubSlaveDialog(C: Character): void;
521
+ declare var ManagementBackground: string;
522
+ /** @type {null | NPCCharacter} */
523
+ declare var ManagementMistress: null | NPCCharacter;
524
+ /** @type {null | NPCCharacter} */
525
+ declare var ManagementSub: null | NPCCharacter;
526
+ declare var ManagementMistressAngryCount: number;
527
+ declare var ManagementMistressReleaseTimer: number;
528
+ /** @type {null | Item[]} */
529
+ declare var ManagementPlayerAppearance: null | Item[];
530
+ declare var ManagementMistressAllowPlay: boolean;
531
+ declare var ManagementCanReleaseChastity: boolean;
532
+ declare var ManagementEmpty: boolean;
533
+ /** @type {null | NPCCharacter} */
534
+ declare var ManagementRandomGirl: null | NPCCharacter;
535
+ /** @type {"" | NPCArchetype} */
536
+ declare var ManagementRandomGirlArchetype: "" | NPCArchetype;
537
+ declare var ManagementRandomActivityCount: number;
538
+ declare var ManagementRandomActivity: string;
539
+ declare var ManagementRandomActivityList: string[];
540
+ declare var ManagementRandomActivityCategory: string;
541
+ declare var ManagementRandomActivityCategoryList: string[];
542
+ declare var ManagementRandomTalkCount: number;
543
+ declare var ManagementVisitRoom: boolean;
544
+ declare var ManagementTimer: number;