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,36 @@
1
+ /**
2
+ * Sets when the next bid will occur. It varies from 5 to 15 seconds, the auction gets slower and there are less bids the higher the price is.
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function PlayerAuctionSetNextBidTime(): void;
6
+ /**
7
+ * Creates a new customer to buy the player
8
+ * @param {number} Index - The index of the customer from the NPC table
9
+ * @returns {void} - Nothing
10
+ */
11
+ declare function PlayerAuctionAddCustomer(Index: number): void;
12
+ /**
13
+ * Loads the player auction mini game by setting the global variables and loading the NPCs required
14
+ * @returns {void} - Nothing
15
+ */
16
+ declare function PlayerAuctionLoad(): void;
17
+ /**
18
+ * Runs the player auction mini game by drawing the characters and related text on screen.
19
+ * @returns {void} - Nothing
20
+ */
21
+ declare function PlayerAuctionRun(): void;
22
+ /**
23
+ * Handles click events during the player auction minigame. The player can plead or end the auction.
24
+ * @returns {void} - Nothing
25
+ */
26
+ declare function PlayerAuctionClick(): void;
27
+ declare var PlayerAuctionBackground: string;
28
+ /** @type {null | NPCCharacter[]} */
29
+ declare var PlayerAuctionCustomer: null | NPCCharacter[];
30
+ declare var PlayerAuctionBidCurrent: number;
31
+ declare var PlayerAuctionBidTime: number;
32
+ declare var PlayerAuctionBidNextTime: number;
33
+ declare var PlayerAuctionBidAmount: number;
34
+ declare var PlayerAuctionPlead: number;
35
+ declare var PlayerAuctionSilenceMode: boolean;
36
+ declare var PlayerAuctionEnd: boolean;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Loads the puppy walker mini game and sets the difficulty, it's a little faster on mobile because it's easier.
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function PuppyWalkerLoad(): void;
6
+ /**
7
+ * Draws the puppy girl if she hasn't escaped
8
+ * @param {Character} Puppy - The puppy character to draw
9
+ * @param {number} X - Position on the X axis
10
+ * @param {number} Fail - Amount of failures for this puppy
11
+ * @returns {void} - Nothing
12
+ */
13
+ declare function PuppyWalkerDraw(Puppy: Character, X: number, Fail: number): void;
14
+ /**
15
+ * Runs the puppy walker mini game and draws the relevant information on the screen
16
+ * @returns {void} - Nothing
17
+ */
18
+ declare function PuppyWalkerRun(): void;
19
+ /**
20
+ * Validates if the mini game must end. The mini game ends when the timer is up or if a puppy escaped. Failing 3 moves of a given type counts as an escape.
21
+ * @returns {void} - Nothing
22
+ */
23
+ declare function PuppyWalkerVerifyEnd(): void;
24
+ /**
25
+ * Validate the moves, we raise the escape counter if it was invalid
26
+ * @param {number} MoveType - Type of move done, goes from 0 to 3. It represents the index of the PuppyWalkerEscape array
27
+ * @returns {void} - Nothing
28
+ */
29
+ declare function PuppyWalkerDoMove(MoveType: number): void;
30
+ /**
31
+ * Handles clicks during the puppy walker minigame
32
+ * @returns {void} - Nothing
33
+ */
34
+ declare function PuppyWalkerClick(): void;
35
+ declare var PuppyWalkerBackground: string;
36
+ declare var PuppyWalkerMoves: number[];
37
+ declare var PuppyWalkerMovesTimer: number[];
38
+ declare var PuppyWalkerEscape: number[];
39
+ declare var PuppyWalkerGenerateMoveTimer: number;
@@ -0,0 +1,76 @@
1
+ /**
2
+ * Loads the rythm mini game after saving the main cancas to restore it once the game is done.
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function RhythmGameLoad(): void;
6
+ /**
7
+ * Runs and draws the canvas for the rythm mini game. The game uses objects to handle various processes.
8
+ * @returns {void} - Nothing
9
+ */
10
+ declare function RhythmGameRun(): void;
11
+ /**
12
+ * Handles the clicks in the rhythm mini-game.
13
+ * @returns {void} - Nothing
14
+ */
15
+ declare function RhythmGameClick(): void;
16
+ declare var RhythmGameBackground: string;
17
+ declare let RhythmGameBeatmap: string;
18
+ declare let RhythmGameDifficulty: string;
19
+ declare let RhythmGameStarted: boolean;
20
+ declare let RhythmGameEnded: boolean;
21
+ declare let RhythmGamePassed: boolean;
22
+ declare let RhythmGamePreloadCompleted: boolean;
23
+ /**
24
+ * Rhythm game initialization object: Handles pre and post loading, invokes initialization of other objects.
25
+ * @constant
26
+ * @type {object} - The game initialization object. Contains the functions required to load the game.
27
+ */
28
+ declare let RhythmGameInit: object;
29
+ /**
30
+ * Rhythm game image object: Loads and caches the image resources.
31
+ * @constant
32
+ * @type {object} - The game image object. Contains the functions required to load the images.
33
+ */
34
+ declare let RhythmGameImage: object;
35
+ /**
36
+ * Rhythm game audio object: Handles loading audio and starting the music
37
+ * @constant
38
+ * @type {object} - The game audio object. Contains the functions required to load, start and stop the audio files.
39
+ */
40
+ declare let RhythmGameAudio: object;
41
+ /**
42
+ * Rhythm game chart object: Handles loading chart, parsing xml, caching chart for rendering and judging.
43
+ * @constant
44
+ * @type {object} - The game chart object. Contains the functions required to load the charts.
45
+ */
46
+ declare let RhythmGameChart: object;
47
+ /**
48
+ * Rhythm game keyboard input handler object: Handles keyboard inputs.
49
+ * @constant
50
+ * @type {object} - The game keyboard input handler object. Contains the functions and properties required to handle key press events.
51
+ */
52
+ declare let RhythmGameKey: object;
53
+ /**
54
+ * Rhythm game kernel object: Handles game timing.
55
+ * @constant
56
+ * @type {object} - The game kernel object. Contains the functions required to handle the game's timing.
57
+ */
58
+ declare let RhythmGameKernel: object;
59
+ /**
60
+ * Rhythm game script object: Handles game mechanics.
61
+ * @constant
62
+ * @type {object} - The game kernel object. Contains the functions related to game mechanics such as health, score and accuracy.
63
+ */
64
+ declare let RhythmGameScript: object;
65
+ /**
66
+ * Rhythm game render object: Handles game rendering.
67
+ * @constant
68
+ * @type {object} - The game render object. Contains the functions related to game rendering such as the visual effects and notes.
69
+ */
70
+ declare let RhythmGameRender: object;
71
+ /**
72
+ * Rhythm game integration object: Handles bondage club specific functions.
73
+ * @constant
74
+ * @type {object} - The game integration object. Contains the functions related to handling functions from the club such as punishing the player for being inaccurate.
75
+ */
76
+ declare let RhythmGameIntegration: object;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Sets when the next bid will occur. It varies from 5 to 15 seconds, the auction gets slower and there are less bids the higher the price is.
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function SlaveAuctionSetNextBidTime(): void;
6
+ /**
7
+ * Loads the slave auction mini game by setting the global variables and loading the NPCs required
8
+ * @returns {void} - Nothing
9
+ */
10
+ declare function SlaveAuctionLoad(): void;
11
+ /**
12
+ * Runs the slave auction mini game by drawing the characters and related text on screen.
13
+ * @returns {void} - Nothing
14
+ */
15
+ declare function SlaveAuctionRun(): void;
16
+ /**
17
+ * Handles click events during the slave auction minigame. The player can bid or end the auction.
18
+ * @returns {void} - Nothing
19
+ */
20
+ declare function SlaveAuctionClick(): void;
21
+ /**
22
+ * Handles the key press in the slave auction mini game, the C cheat key removes $50 from the current bid in progress
23
+ * @returns {void} - Nothing
24
+ */
25
+ declare function SlaveAuctionKeyDown(): void;
26
+ declare var SlaveAuctionBackground: string;
27
+ /** @type {null | NPCCharacter} */
28
+ declare var SlaveAuctionVendor: null | NPCCharacter;
29
+ /** @type {null | NPCCharacter} */
30
+ declare var SlaveAuctionSlave: null | NPCCharacter;
31
+ /** @type {null | NPCCharacter} */
32
+ declare var SlaveAuctionCustomerLeft: null | NPCCharacter;
33
+ /** @type {null | NPCCharacter} */
34
+ declare var SlaveAuctionCustomerRight: null | NPCCharacter;
35
+ declare var SlaveAuctionBidCurrent: string;
36
+ declare var SlaveAuctionBidTime: number;
37
+ declare var SlaveAuctionBidNextTime: number;
38
+ declare var SlaveAuctionBidAmount: number;
39
+ declare var SlaveAuctionEnd: boolean;
@@ -0,0 +1,52 @@
1
+ /**
2
+ * Called when a player servers, the angle can vary by 45 degrees up or down
3
+ * @param {boolean} CharacterLeftServe - TRUE if the character serving the ball is the left one.
4
+ * @returns {void} - Nothing
5
+ */
6
+ declare function TennisServe(CharacterLeftServe: boolean): void;
7
+ /**
8
+ * Gets the current score/status of the game
9
+ * @param {number} PointFor - Point of the player
10
+ * @param {number} PointAgainst - Point of the NPC
11
+ * @returns {string} - Score in text, or current status (Win, loss, advantage)
12
+ */
13
+ declare function TennisGetScore(PointFor: number, PointAgainst: number): string;
14
+ /**
15
+ * Loads the tennis mini game and sets the difficulty ratio before serving the first ball
16
+ * @returns {void} - Nothing
17
+ */
18
+ declare function TennisLoad(): void;
19
+ /**
20
+ * Runs the tennis mini game and draws its components on screen
21
+ * @returns {void} - Nothing
22
+ */
23
+ declare function TennisRun(): void;
24
+ /**
25
+ * Checks if the tennis game should end. The tennis game ends when a player has 4 or more points, and is leading by at least 2 points
26
+ * @returns {void} - Nothing
27
+ */
28
+ declare function TennisVerifyEnd(): void;
29
+ /**
30
+ * Handles clicks during the tennis mini game
31
+ * @returns {void} - Nothing
32
+ */
33
+ declare function TennisClick(): void;
34
+ /**
35
+ * Handles the key press in the tennis mini game, the C cheat key gives you one point toward winning
36
+ * @returns {void} - Nothing
37
+ */
38
+ declare function TennisKeyDown(): void;
39
+ declare var TennisBackground: string;
40
+ /** @type {null | NPCCharacter} */
41
+ declare var TennisCharacterLeft: null | NPCCharacter;
42
+ /** @type {null | NPCCharacter} */
43
+ declare var TennisCharacterRight: null | NPCCharacter;
44
+ declare var TennisCharacterLeftPoint: number;
45
+ declare var TennisCharacterRightPoint: number;
46
+ declare var TennisCharacterLeftRacket: number;
47
+ declare var TennisCharacterRightRacket: number;
48
+ declare var TennisBallX: number;
49
+ declare var TennisBallY: number;
50
+ declare var TennisBallSpeed: number;
51
+ /** Angle of the ball. Angle is in radians (0 is right, PI / 2 is up, PI is left, 3 PI / 2 is down)*/
52
+ declare var TennisBallAngle: number;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Loads the therapy mini game and sets the difficulty. The game is a little faster on mobile since its easier.
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function TherapyLoad(): void;
6
+ /**
7
+ * Runs the therapy mini game.
8
+ * @returns {void} - Nothing
9
+ */
10
+ declare function TherapyRun(): void;
11
+ /**
12
+ * Checks if the therapy minigame should end. It ends when the therapy is completed, or when the patient is too stressed out.
13
+ * @returns {void} - Nothing
14
+ */
15
+ declare function TherapyVerifyEnd(): void;
16
+ /**
17
+ * Handles a given move type and validates it
18
+ * @param {number} MoveType - Move type (Index of the TherapyMoves array)
19
+ * @returns {void} - Nothing
20
+ */
21
+ declare function TherapyDoMove(MoveType: number): void;
22
+ /**
23
+ * Handles clicks in the therapy mini game
24
+ * @returns {void} - Nothing
25
+ */
26
+ declare function TherapyClick(): void;
27
+ /**
28
+ * Handles the key press in the therapy mini game, the C cheat key reduces the patient stress
29
+ * @returns {void} - Nothing
30
+ */
31
+ declare function TherapyKeyDown(): void;
32
+ declare var TherapyBackground: string;
33
+ /** @type {null | NPCCharacter} */
34
+ declare var TherapyCharacterLeft: null | NPCCharacter;
35
+ /** @type {null | NPCCharacter} */
36
+ declare var TherapyCharacterRight: null | NPCCharacter;
37
+ declare var TherapyMoves: number[];
38
+ declare var TherapyGenerateMoveTimer: number;
39
+ declare var TherapyStress: number;
@@ -0,0 +1,105 @@
1
+ /**
2
+ * Returns TRUE if the wheel of fortune can add an item on the specified asset slot
3
+ * @param {String} AssetName - The asset name
4
+ * @param {AssetGroupName} GroupName - The asset group to focus
5
+ * @returns {boolean} - TRUE if we can add
6
+ */
7
+ declare function WheelFortuneCanWear(AssetName: string, GroupName: AssetGroupName): boolean;
8
+ /**
9
+ * Puts the player in random futuristic bondage
10
+ * @returns {void} - Nothing
11
+ */
12
+ declare function WheelFortuneFuturisticBondage(): void;
13
+ /**
14
+ * Puts the player in random hogtie bondage
15
+ * @returns {void} - Nothing
16
+ */
17
+ declare function WheelFortuneHogtie(): void;
18
+ /**
19
+ * Puts the player in random shibari rope bondage
20
+ * @returns {void} - Nothing
21
+ */
22
+ declare function WheelFortuneShibari(): void;
23
+ /**
24
+ * Sends the player to the isolation for a number of minutes
25
+ * @param {number} Minutes - The number of minutes
26
+ * @returns {void} - Nothing
27
+ */
28
+ declare function WheelFortuneIsolationCell(Minutes: number): void;
29
+ /**
30
+ * Block the wardrobe for the user for a set time, or add to the current blocked time
31
+ * @param {number} Minutes - The number of minutes
32
+ * @returns {void} - Nothing
33
+ */
34
+ declare function WheelFortuneBlockWardrobe(Minutes: number): void;
35
+ /**
36
+ * Wears an item from the lucky wheel spin
37
+ * @param {AssetGroupName} Group - The asset group to focus
38
+ * @param {number} Minutes - The number of minutes
39
+ * @returns {void} - Nothing
40
+ */
41
+ declare function WheelFortuneInventoryWear(Group: AssetGroupName, Minutes: number): void;
42
+ /**
43
+ * Loads the lucky wheel mini game and builds the wheel
44
+ * @returns {void} - Nothing
45
+ */
46
+ declare function WheelFortuneLoad(): void;
47
+ /**
48
+ * Draws the full lucky wheel
49
+ * @returns {void} - Nothing
50
+ */
51
+ declare function WheelFortuneDraw(FullWheel: any, Pos: any, MaxPos: any, X: any, Y: any, Zoom: any): void;
52
+ /**
53
+ * Runs the lucky wheel mini game
54
+ * @returns {void} - Nothing
55
+ */
56
+ declare function WheelFortuneRun(): void;
57
+ /**
58
+ * Handles clicks during the mini game
59
+ * @returns {void} - Nothing
60
+ */
61
+ declare function WheelFortuneClick(): void;
62
+ /**
63
+ * If the user clicks to spin the wheel, we keep the starting position
64
+ * @returns {void} - Nothing
65
+ */
66
+ declare function WheelFortuneMouseDown(): void;
67
+ /**
68
+ * If the user releases the mouse/finger to spin the wheel
69
+ * @returns {void} - Nothing
70
+ */
71
+ declare function WheelFortuneMouseUp(): void;
72
+ /**
73
+ * When the wheel result is set, we publish it and return to the chat room
74
+ * @returns {void} - Nothing
75
+ */
76
+ declare function WheelFortuneResult(): void;
77
+ /**
78
+ * When the mini exits
79
+ * @returns {void} - Nothing
80
+ */
81
+ declare function WheelFortuneExit(): void;
82
+ declare var WheelFortuneBackground: string;
83
+ /** @type {"" | ModuleType} */
84
+ declare var WheelFortuneEntryModule: "" | ModuleType;
85
+ declare var WheelFortuneEntryScreen: string;
86
+ /** @type {null | Character} */
87
+ declare var WheelFortuneCharacter: null | Character;
88
+ declare var WheelFortuneRoleplay: boolean;
89
+ declare var WheelFortuneForced: boolean;
90
+ declare var WheelFortunePos: number;
91
+ declare var WheelFortunePosMax: number;
92
+ declare var WheelFortuneVelocity: number;
93
+ declare var WheelFortuneVelocityTime: number;
94
+ /** @type {null | number} */
95
+ declare var WheelFortunePosY: null | number;
96
+ declare var WheelFortuneInitY: number;
97
+ declare var WheelFortuneInitTime: number;
98
+ declare var WheelFortuneValue: string;
99
+ declare var WheelFortuneList: string;
100
+ declare var WheelFortuneEncaseList: string[];
101
+ declare var WheelFortuneEncaseClosedList: string[];
102
+ declare var WheelFortunePasswordChar: string[];
103
+ declare var WheelFortuneDefault: string;
104
+ /** @type {WheelFortuneOptionType[]} */
105
+ declare var WheelFortuneOption: WheelFortuneOptionType[];
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Loads the advanced rule screen
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function AdvancedRuleLoad(): void;
6
+ /**
7
+ * Starts the advanced rule screen and loads it
8
+ * @returns {void} - Nothing
9
+ */
10
+ declare function AdvancedRuleOpen(RuleType: any): void;
11
+ /**
12
+ * Draws the advanced rule text and check boxes
13
+ * @returns {void} - Nothing
14
+ */
15
+ declare function AdvancedRuleRun(): void;
16
+ /**
17
+ * Handles the click events. Is called from CommonClick()
18
+ * @returns {void} - Nothing
19
+ */
20
+ declare function AdvancedRuleClick(): void;
21
+ /**
22
+ * Handles exiting from the screen, updates the sub rules
23
+ * @returns {void} - Nothing
24
+ */
25
+ declare function AdvancedRuleExit(): void;
26
+ declare var AdvancedRuleBackground: string;
27
+ /** @type {null | Character | NPCCharacter} */
28
+ declare var AdvancedRuleTarget: null | Character | NPCCharacter;
29
+ declare var AdvancedRuleType: string;
30
+ /** @type {string[]} */
31
+ declare var AdvancedRuleOption: string[];
32
+ declare var AdvancedRuleSelection: string;
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Loads the chat Admin screen properties and creates the inputs
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function ChatAdminLoad(): void;
6
+ /**
7
+ * When the chat Admin screen runs, draws the screen
8
+ * @returns {void} - Nothing
9
+ */
10
+ declare function ChatAdminRun(): void;
11
+ /**
12
+ * Handles the click events on the admin screen. Is called from CommonClick()
13
+ * @returns {void} - Nothing
14
+ */
15
+ declare function ChatAdminClick(): void;
16
+ /**
17
+ * Handles exiting from the admin screen, removes the inputs and resets the state of the variables
18
+ * @returns {void} - Nothing
19
+ */
20
+ declare function ChatAdminExit(): void;
21
+ /**
22
+ * Handles the reception of the server response after attempting to update a chatroom: Leaves the admin screen or shows an error message
23
+ * @param {string} data - Response from the server ("Updated" or error message)
24
+ * @returns {void} - Nothing
25
+ */
26
+ declare function ChatAdminResponse(data: string): void;
27
+ /**
28
+ * Sends the chat room data packet to the server. The response will be handled by ChatAdminResponse once it is received
29
+ * @returns {void} - Nothing
30
+ */
31
+ declare function ChatAdminUpdateRoom(): void;
32
+ declare var ChatAdminBackground: string;
33
+ declare var ChatAdminMessage: string;
34
+ declare var ChatAdminBackgroundIndex: number;
35
+ declare var ChatAdminBackgroundSelect: string;
36
+ declare var ChatAdminPrivate: boolean;
37
+ declare var ChatAdminLocked: boolean;
38
+ /** @type {ChatRoomGame} */
39
+ declare var ChatAdminGame: ChatRoomGame;
40
+ /** @type {ChatRoomGame[]} */
41
+ declare var ChatAdminGameList: ChatRoomGame[];
42
+ /** @type {null | string} */
43
+ declare var ChatAdminBackgroundSelected: null | string;
44
+ /** @type {null | { Name: string, Language: ChatRoomLanguage, Description: string, Limit: string, AdminList: string, BanList: string, Private: boolean, Locked: boolean }} */
45
+ declare var ChatAdminTemporaryData: null | {
46
+ Name: string;
47
+ Language: ChatRoomLanguage;
48
+ Description: string;
49
+ Limit: string;
50
+ AdminList: string;
51
+ BanList: string;
52
+ Private: boolean;
53
+ Locked: boolean;
54
+ };
55
+ /** @type {ChatRoomBlockCategory[]} */
56
+ declare var ChatAdminBlockCategory: ChatRoomBlockCategory[];
57
+ declare var ChatAdminInitialLoad: boolean;
58
+ /** @type {ChatRoomLanguage} */
59
+ declare var ChatAdminLanguage: ChatRoomLanguage;
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Loads the chat room item blocking screen
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function ChatBlockItemLoad(): void;
6
+ /**
7
+ * When the chat room item blocking screen runs, draws the screen
8
+ * @returns {void} - Nothing
9
+ */
10
+ declare function ChatBlockItemRun(): void;
11
+ /**
12
+ * Handles the click events on the chat room item blocking screen. Called from CommonClick()
13
+ * @returns {void} - Nothing
14
+ */
15
+ declare function ChatBlockItemClick(): void;
16
+ /**
17
+ * Handles exiting from the screen
18
+ * @returns {void} - Nothing
19
+ */
20
+ declare function ChatBlockItemExit(): void;
21
+ declare var ChatBlockItemBackground: string;
22
+ /** @type {ChatRoomBlockCategory[]} */
23
+ declare var ChatBlockItemList: ChatRoomBlockCategory[];
24
+ /** @type {ChatRoomBlockCategory[]} */
25
+ declare var ChatBlockItemCategory: ChatRoomBlockCategory[];
26
+ declare var ChatBlockItemEditable: boolean;
27
+ /** @type { { Screen?: string; } } */
28
+ declare var ChatBlockItemReturnData: {
29
+ Screen?: string;
30
+ };
@@ -0,0 +1,66 @@
1
+ /**
2
+ * Loads the chat creation screen properties and creates the inputs
3
+ * @returns {void} - Nothing
4
+ */
5
+ declare function ChatCreateLoad(): void;
6
+ /**
7
+ * When the chat creation screen runs, draws the screen
8
+ * @returns {void} - Nothing
9
+ */
10
+ declare function ChatCreateRun(): void;
11
+ /**
12
+ * Handles the click events on the chat creation screen. Is called from CommonClick()
13
+ * @returns {void} - Nothing
14
+ */
15
+ declare function ChatCreateClick(): void;
16
+ /**
17
+ * Handles the key presses while in the creation screen. When the user presses enter, we create the room.
18
+ * @returns {void} - Nothing
19
+ */
20
+ declare function ChatCreateKeyDown(): void;
21
+ /**
22
+ * Handles exiting from the chat creation screen, removes the inputs and resets the state of the variable
23
+ * @returns {void} - Nothing
24
+ */
25
+ declare function ChatCreateExit(): void;
26
+ /**
27
+ * Handles the reception of the server response after attempting to create a chatroom: shows the error message, if applicable
28
+ * @param {string} data - Response from the server
29
+ * @returns {void} - Nothing
30
+ */
31
+ declare function ChatCreateResponse(data: string): void;
32
+ /**
33
+ * Sends the chat room data packet to the server and prepares the player to join a room. The response will be handled by ChatCreateResponse once it is received
34
+ * @returns {void} - Nothing
35
+ */
36
+ declare function ChatCreateRoom(): void;
37
+ /**
38
+ * When we need to enter the item blocking screen
39
+ * @returns {void} - Nothing
40
+ */
41
+ declare function ChatCreateBlockItems(): void;
42
+ /**
43
+ * Removes all chatroom creation inputs
44
+ */
45
+ declare function ChatRoomCreateRemoveInput(): void;
46
+ declare var ChatCreateBackground: string;
47
+ declare var ChatCreateResult: any[];
48
+ declare var ChatCreateMessage: string;
49
+ /** @type {null | boolean} */
50
+ declare var ChatCreatePrivate: null | boolean;
51
+ /** @type {null | boolean} */
52
+ declare var ChatCreateLocked: null | boolean;
53
+ /** @type {ChatRoomGame} */
54
+ declare var ChatCreateGame: ChatRoomGame;
55
+ /** @type {ChatRoomGame[]} */
56
+ declare var ChatCreateGameList: ChatRoomGame[];
57
+ declare var ChatCreateBackgroundIndex: number;
58
+ declare var ChatCreateBackgroundSelect: string;
59
+ /** @type {null | string[]} */
60
+ declare var ChatCreateBackgroundList: null | string[];
61
+ declare var ChatCreateShowBackgroundMode: boolean;
62
+ declare var ChatCreateIsHidden: boolean;
63
+ /** @type {ChatRoomLanguage} */
64
+ declare var ChatCreateLanguage: ChatRoomLanguage;
65
+ /** @type {ChatRoomLanguage[]} */
66
+ declare var ChatCreateLanguageList: ChatRoomLanguage[];