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.
- package/LICENSE +21 -0
- package/README.md +2 -0
- package/bc/Assets/Female3DCG/Female3DCG.d.ts +41 -0
- package/bc/Assets/Female3DCG/Female3DCGExtended.d.ts +29 -0
- package/bc/Backgrounds/Backgrounds.d.ts +37 -0
- package/bc/Female3DCG_Types.d.ts +875 -0
- package/bc/Screens/Character/Appearance/Appearance.d.ts +392 -0
- package/bc/Screens/Character/BackgroundSelection/BackgroundSelection.d.ts +98 -0
- package/bc/Screens/Character/Cheat/Cheat.d.ts +54 -0
- package/bc/Screens/Character/Creation/Creation.d.ts +40 -0
- package/bc/Screens/Character/Disclaimer/Disclaimer.d.ts +21 -0
- package/bc/Screens/Character/FriendList/FriendList.d.ts +102 -0
- package/bc/Screens/Character/InformationSheet/InformationSheet.d.ts +46 -0
- package/bc/Screens/Character/ItemColor/ItemColor.d.ts +232 -0
- package/bc/Screens/Character/Login/Login.d.ts +194 -0
- package/bc/Screens/Character/OnlineProfile/OnlineProfile.d.ts +27 -0
- package/bc/Screens/Character/PasswordReset/PasswordReset.d.ts +28 -0
- package/bc/Screens/Character/Preference/Preference.d.ts +658 -0
- package/bc/Screens/Character/Relog/Relog.d.ts +36 -0
- package/bc/Screens/Character/Title/Title.d.ts +68 -0
- package/bc/Screens/Character/Wardrobe/Wardrobe.d.ts +93 -0
- package/bc/Screens/Cutscene/NPCCollaring/NPCCollaring.d.ts +26 -0
- package/bc/Screens/Cutscene/NPCSlaveAuction/NPCSlaveAuction.d.ts +27 -0
- package/bc/Screens/Cutscene/NPCWedding/NPCWedding.d.ts +35 -0
- package/bc/Screens/Cutscene/PlayerCollaring/PlayerCollaring.d.ts +26 -0
- package/bc/Screens/Cutscene/PlayerMistress/PlayerMistress.d.ts +24 -0
- package/bc/Screens/Cutscene/SarahIntro/SarahIntro.d.ts +22 -0
- package/bc/Screens/Inventory/Cloth/CheerleaderTop/CheerleaderTop.d.ts +33 -0
- package/bc/Screens/Inventory/Cloth/FrilledShirt/FrilledShirt.d.ts +10 -0
- package/bc/Screens/Inventory/ClothAccessory/Bib/Bib.d.ts +2 -0
- package/bc/Screens/Inventory/EyeShadow/EyeShadow.d.ts +60 -0
- package/bc/Screens/Inventory/Futuristic/Futuristic.d.ts +60 -0
- package/bc/Screens/Inventory/ItemArms/FullLatexSuit/FullLatexSuit.d.ts +6 -0
- package/bc/Screens/Inventory/ItemArms/HempRope/HempRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemArms/NylonRope/NylonRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemArms/PrisonLockdownSuit/PrisonLockdownSuit.d.ts +4 -0
- package/bc/Screens/Inventory/ItemArms/TransportJacket/TransportJacket.d.ts +10 -0
- package/bc/Screens/Inventory/ItemBreast/ForbiddenChastityBra/ForbiddenChastityBra.d.ts +32 -0
- package/bc/Screens/Inventory/ItemBreast/FuturisticBra/FuturisticBra.d.ts +24 -0
- package/bc/Screens/Inventory/ItemButt/AnalBeads2/AnalBeads2.d.ts +2 -0
- package/bc/Screens/Inventory/ItemButt/InflVibeButtPlug/InflVibeButtPlug.d.ts +2 -0
- package/bc/Screens/Inventory/ItemDevices/DollBox/DollBox.d.ts +2 -0
- package/bc/Screens/Inventory/ItemDevices/FuckMachine/FuckMachine.d.ts +16 -0
- package/bc/Screens/Inventory/ItemDevices/FuturisticCrate/FuturisticCrate.d.ts +8 -0
- package/bc/Screens/Inventory/ItemDevices/KabeshiriWall/KabeshiriWall.d.ts +13 -0
- package/bc/Screens/Inventory/ItemDevices/Kennel/Kennel.d.ts +18 -0
- package/bc/Screens/Inventory/ItemDevices/LuckyWheel/LuckyWheel.d.ts +48 -0
- package/bc/Screens/Inventory/ItemDevices/PetBowl/PetBowl.d.ts +6 -0
- package/bc/Screens/Inventory/ItemDevices/VacBedDeluxe/VacBedDeluxe.d.ts +2 -0
- package/bc/Screens/Inventory/ItemDevices/WheelFortune/WheelFortune.d.ts +10 -0
- package/bc/Screens/Inventory/ItemDevices/WoodenBox/WoodenBox.d.ts +13 -0
- package/bc/Screens/Inventory/ItemFeet/HempRope/HempRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemFeet/NylonRope/NylonRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemHandhelds/PortalTablet/PortalTablet.d.ts +10 -0
- package/bc/Screens/Inventory/ItemHead/DroneMask/DroneMask.d.ts +2 -0
- package/bc/Screens/Inventory/ItemHood/CanvasHood/CanvasHood.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/CombinationPadlock/CombinationPadlock.d.ts +16 -0
- package/bc/Screens/Inventory/ItemMisc/ExclusivePadlock/ExclusivePadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/FamilyPadlock/FamilyPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/HighSecurityPadlock/HighSecurityPadlock.d.ts +15 -0
- package/bc/Screens/Inventory/ItemMisc/IntricatePadlock/IntricatePadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/LoversPadlock/LoversPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/LoversTimerPadlock/LoversTimerPadlock.d.ts +17 -0
- package/bc/Screens/Inventory/ItemMisc/MetalPadlock/MetalPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/MistressPadlock/MistressPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/MistressTimerPadlock/MistressTimerPadlock.d.ts +13 -0
- package/bc/Screens/Inventory/ItemMisc/OwnerPadlock/OwnerPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/OwnerTimerPadlock/OwnerTimerPadlock.d.ts +22 -0
- package/bc/Screens/Inventory/ItemMisc/PandoraPadlock/PandoraPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/PasswordPadlock/PasswordPadlock.d.ts +17 -0
- package/bc/Screens/Inventory/ItemMisc/PortalLinkPadlock/PortalLinkPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/SafewordPadlock/SafewordPadlock.d.ts +12 -0
- package/bc/Screens/Inventory/ItemMisc/TimerPadlock/TimerPadlock.d.ts +13 -0
- package/bc/Screens/Inventory/ItemMisc/TimerPasswordPadlock/TimerPasswordPadlock.d.ts +13 -0
- package/bc/Screens/Inventory/ItemMisc/WoodenSign/WoodenSign.d.ts +2 -0
- package/bc/Screens/Inventory/ItemMouth/FuturisticPanelGag/FuturisticPanelGag.d.ts +49 -0
- package/bc/Screens/Inventory/ItemNeck/AutoShockCollar/AutoShockCollar.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeck/FuturisticCollar/FuturisticCollar.d.ts +59 -0
- package/bc/Screens/Inventory/ItemNeck/PetSuitShockCollar/PetSuitShockCollar.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeck/ShockCollar/ShockCollar.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeck/SlaveCollar/SlaveCollar.d.ts +25 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CollarAutoShockUnit/CollarAutoShockUnit.d.ts +15 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CollarNameTag/CollarNameTag.d.ts +8 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CollarShockUnit/CollarShockUnit.d.ts +17 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CustomCollarTag/CustomCollarTag.d.ts +2 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/ElectronicTag/ElectronicTag.d.ts +2 -0
- package/bc/Screens/Inventory/ItemNeckRestraints/CollarLeash/CollarLeash.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeckRestraints/PetPost/PetPost.d.ts +2 -0
- package/bc/Screens/Inventory/ItemNipples/LactationPump/LactationPump.d.ts +2 -0
- package/bc/Screens/Inventory/ItemPelvis/ForbiddenChastityBelt/ForbiddenChastityBelt.d.ts +32 -0
- package/bc/Screens/Inventory/ItemPelvis/FuturisticChastityBelt/FuturisticChastityBelt.d.ts +28 -0
- package/bc/Screens/Inventory/ItemPelvis/FuturisticTrainingBelt/FuturisticTrainingBelt.d.ts +103 -0
- package/bc/Screens/Inventory/ItemPelvis/LoveChastityBelt/LoveChastityBelt.d.ts +8 -0
- package/bc/Screens/Inventory/ItemPelvis/ObedienceBelt/ObedienceBelt.d.ts +29 -0
- package/bc/Screens/Inventory/ItemPelvis/PortalPanties/PortalPanties.d.ts +10 -0
- package/bc/Screens/Inventory/ItemPelvis/SciFiPleasurePanties/SciFiPleasurePanties.d.ts +6 -0
- package/bc/Screens/Inventory/ItemTorso/FuturisticHarness/FuturisticHarness.d.ts +8 -0
- package/bc/Screens/Inventory/ItemVulva/ClitAndDildoVibratorbelt/ClitAndDildoVibratorbelt.d.ts +4 -0
- package/bc/Screens/Inventory/ItemVulva/FuturisticVibrator/FuturisticVibrator.d.ts +65 -0
- package/bc/Screens/Inventory/ItemVulva/LoversVibrator/LoversVibrator.d.ts +2 -0
- package/bc/Screens/Inventory/Wings/SteampunkWings/SteampunkWings.d.ts +16 -0
- package/bc/Screens/MiniGame/Chess/BondageChess.d.ts +30 -0
- package/bc/Screens/MiniGame/Chess/chess.d.ts +7 -0
- package/bc/Screens/MiniGame/ChestLockpick/ChestLockpick.d.ts +27 -0
- package/bc/Screens/MiniGame/ClubCard/ClubCard.d.ts +373 -0
- package/bc/Screens/MiniGame/ClubCardBuilder/ClubCardBuilder.d.ts +66 -0
- package/bc/Screens/MiniGame/DojoStruggle/DojoStruggle.d.ts +25 -0
- package/bc/Screens/MiniGame/GetUp/GetUp.d.ts +31 -0
- package/bc/Screens/MiniGame/HorseWalk/HorseWalk.d.ts +85 -0
- package/bc/Screens/MiniGame/Kidnap/Kidnap.d.ts +165 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDAutoStruggle.d.ts +99 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDClasses.d.ts +11 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDDelayedActions.d.ts +17 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDFixForBC.d.ts +11 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDModUtils.d.ts +93 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDParticles.d.ts +37 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDTypeDefs.d.ts +2161 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDWardrobe.d.ts +84 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeon.d.ts +653 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonAlt.d.ts +481 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBones.d.ts +16 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBoss.d.ts +119 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffs.d.ts +33 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffsList.d.ts +865 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumables.d.ts +36 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumablesList.d.ts +66 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonCurse.d.ts +44 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogue.d.ts +171 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueList.d.ts +45 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueTriggers.d.ts +48 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDraw.d.ts +738 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDress.d.ts +62 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDressList.d.ts +33 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditor.d.ts +1124 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorGen.d.ts +113 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorTiles.d.ts +4 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEffectTiles.d.ts +6 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemies.d.ts +544 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemiesList.d.ts +22 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemyEventList.d.ts +18 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonErrors.d.ts +59 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEvents.d.ts +151 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactions.d.ts +53 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactionsList.d.ts +650 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFight.d.ts +453 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFurniture.d.ts +28 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonGame.d.ts +429 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonHUD.d.ts +134 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInput.d.ts +23 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInventory.d.ts +178 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonItem.d.ts +33 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJail.d.ts +142 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJailList.d.ts +105 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLoot.d.ts +66 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLootList.d.ts +866 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLore.d.ts +37 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagic.d.ts +113 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicCode.d.ts +23 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicList.d.ts +62 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMapMods.d.ts +5 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMistress.d.ts +10 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMultiplayer.d.ts +26 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMusic.d.ts +28 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonObject.d.ts +42 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonParams.d.ts +4 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPathfinding.d.ts +36 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPerks.d.ts +147 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPersonality.d.ts +83 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPlayerEffects.d.ts +35 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonQuest.d.ts +10 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonReputation.d.ts +229 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraints.d.ts +766 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraintsList.d.ts +55 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSetpiece.d.ts +91 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonShrine.d.ts +89 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSpawns.d.ts +49 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonStats.d.ts +282 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTests.d.ts +5 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTiles.d.ts +160 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTilesList.d.ts +72 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTraps.d.ts +34 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVibe.d.ts +98 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVision.d.ts +24 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonWeaponList.d.ts +5 -0
- package/bc/Screens/MiniGame/MagicBattle/MagicBattle.d.ts +73 -0
- package/bc/Screens/MiniGame/MagicPuzzle/MagicPuzzle.d.ts +75 -0
- package/bc/Screens/MiniGame/MaidCleaning/MaidCleaning.d.ts +51 -0
- package/bc/Screens/MiniGame/MaidDrinks/MaidDrinks.d.ts +82 -0
- package/bc/Screens/MiniGame/PlayerAuction/PlayerAuction.d.ts +36 -0
- package/bc/Screens/MiniGame/PuppyWalker/PuppyWalker.d.ts +39 -0
- package/bc/Screens/MiniGame/RhythmGame/RhythmGame.d.ts +76 -0
- package/bc/Screens/MiniGame/SlaveAuction/SlaveAuction.d.ts +39 -0
- package/bc/Screens/MiniGame/Tennis/Tennis.d.ts +52 -0
- package/bc/Screens/MiniGame/Therapy/Therapy.d.ts +39 -0
- package/bc/Screens/MiniGame/WheelFortune/WheelFortune.d.ts +105 -0
- package/bc/Screens/Online/AdvancedRule/AdvancedRule.d.ts +32 -0
- package/bc/Screens/Online/ChatAdmin/ChatAdmin.d.ts +59 -0
- package/bc/Screens/Online/ChatBlockItem/ChatBlockItem.d.ts +30 -0
- package/bc/Screens/Online/ChatCreate/ChatCreate.d.ts +66 -0
- package/bc/Screens/Online/ChatRoom/ChatRoom.d.ts +1342 -0
- package/bc/Screens/Online/ChatRoom/Commands.d.ts +66 -0
- package/bc/Screens/Online/ChatSearch/ChatSearch.d.ts +241 -0
- package/bc/Screens/Online/ChatSelect/ChatSelect.d.ts +33 -0
- package/bc/Screens/Online/ForbiddenWords/ForbiddenWords.d.ts +33 -0
- package/bc/Screens/Online/Game/OnlineGame.d.ts +69 -0
- package/bc/Screens/Online/GameClubCard/GameClubCard.d.ts +131 -0
- package/bc/Screens/Online/GameLARP/GameLARP.d.ts +279 -0
- package/bc/Screens/Online/GameMagicBattle/GameMagicBattle.d.ts +159 -0
- package/bc/Screens/Online/WheelFortuneCustomize/WheelFortuneCustomize.d.ts +24 -0
- package/bc/Screens/Room/Arcade/Arcade.d.ts +94 -0
- package/bc/Screens/Room/AsylumBedroom/AsylumBedroom.d.ts +16 -0
- package/bc/Screens/Room/AsylumEntrance/AsylumEntrance.d.ts +265 -0
- package/bc/Screens/Room/AsylumGGTS/AsylumGGTS.d.ts +330 -0
- package/bc/Screens/Room/AsylumMeeting/AsylumMeeting.d.ts +110 -0
- package/bc/Screens/Room/AsylumTherapy/AsylumTherapy.d.ts +117 -0
- package/bc/Screens/Room/Cafe/Cafe.d.ts +144 -0
- package/bc/Screens/Room/Cell/Cell.d.ts +32 -0
- package/bc/Screens/Room/ClubCardLounge/ClubCardLounge.d.ts +28 -0
- package/bc/Screens/Room/CollegeCafeteria/CollegeCafeteria.d.ts +57 -0
- package/bc/Screens/Room/CollegeChess/CollegeChess.d.ts +75 -0
- package/bc/Screens/Room/CollegeDetention/CollegeDetention.d.ts +98 -0
- package/bc/Screens/Room/CollegeEntrance/CollegeEntrance.d.ts +54 -0
- package/bc/Screens/Room/CollegeTeacher/CollegeTeacher.d.ts +71 -0
- package/bc/Screens/Room/CollegeTennis/CollegeTennis.d.ts +47 -0
- package/bc/Screens/Room/CollegeTheater/CollegeTheater.d.ts +100 -0
- package/bc/Screens/Room/Crafting/Crafting.d.ts +213 -0
- package/bc/Screens/Room/DailyJob/DailyJob.d.ts +111 -0
- package/bc/Screens/Room/Empty/Empty.d.ts +84 -0
- package/bc/Screens/Room/Gambling/Gambling.d.ts +269 -0
- package/bc/Screens/Room/Infiltration/Infiltration.d.ts +223 -0
- package/bc/Screens/Room/InfiltrationPerks/InfiltrationPerks.d.ts +42 -0
- package/bc/Screens/Room/Introduction/Introduction.d.ts +195 -0
- package/bc/Screens/Room/KidnapLeague/KidnapLeague.d.ts +253 -0
- package/bc/Screens/Room/LARP/LARP.d.ts +39 -0
- package/bc/Screens/Room/Magic/Magic.d.ts +199 -0
- package/bc/Screens/Room/MagicSchoolEscape/MagicSchoolEscape.d.ts +36 -0
- package/bc/Screens/Room/MagicSchoolLaboratory/MagicSchoolLaboratory.d.ts +170 -0
- package/bc/Screens/Room/MaidQuarters/MaidQuarters.d.ts +305 -0
- package/bc/Screens/Room/MainHall/MainHall.d.ts +255 -0
- package/bc/Screens/Room/Management/Management.d.ts +544 -0
- package/bc/Screens/Room/MovieStudio/MovieStudio.d.ts +178 -0
- package/bc/Screens/Room/Nursery/Nursery.d.ts +85 -0
- package/bc/Screens/Room/Pandora/Pandora.d.ts +348 -0
- package/bc/Screens/Room/PandoraPrison/PandoraPrison.d.ts +180 -0
- package/bc/Screens/Room/Photographic/Photographic.d.ts +53 -0
- package/bc/Screens/Room/Platform/Platform.d.ts +1730 -0
- package/bc/Screens/Room/PlatformDialog/PlatformDialog.d.ts +3966 -0
- package/bc/Screens/Room/PlatformIntro/PlatformIntro.d.ts +21 -0
- package/bc/Screens/Room/PlatformProfile/PlatformProfile.d.ts +62 -0
- package/bc/Screens/Room/Poker/Poker.d.ts +141 -0
- package/bc/Screens/Room/Poker/PokerHandValue.d.ts +65 -0
- package/bc/Screens/Room/Prison/Prison.d.ts +118 -0
- package/bc/Screens/Room/Private/Private.d.ts +781 -0
- package/bc/Screens/Room/PrivateBed/PrivateBed.d.ts +78 -0
- package/bc/Screens/Room/PrivateRansom/PrivateRansom.d.ts +28 -0
- package/bc/Screens/Room/Sarah/Sarah.d.ts +162 -0
- package/bc/Screens/Room/Shibari/Shibari.d.ts +162 -0
- package/bc/Screens/Room/Shop/Shop.d.ts +162 -0
- package/bc/Screens/Room/SlaveMarket/SlaveMarket.d.ts +90 -0
- package/bc/Screens/Room/Stable/Stable.d.ts +236 -0
- package/bc/Scripts/Activity.d.ts +270 -0
- package/bc/Scripts/AfkTimer.d.ts +43 -0
- package/bc/Scripts/Animation.d.ts +81 -0
- package/bc/Scripts/Asset.d.ts +216 -0
- package/bc/Scripts/Audio.d.ts +105 -0
- package/bc/Scripts/Character.d.ts +495 -0
- package/bc/Scripts/CharacterName.d.ts +1 -0
- package/bc/Scripts/ColorPicker.d.ts +155 -0
- package/bc/Scripts/Common.d.ts +499 -0
- package/bc/Scripts/CommonDraw.d.ts +34 -0
- package/bc/Scripts/ControllerSupport.d.ts +107 -0
- package/bc/Scripts/Dialog.d.ts +970 -0
- package/bc/Scripts/DictionaryBuilder.d.ts +210 -0
- package/bc/Scripts/Drawing.d.ts +581 -0
- package/bc/Scripts/Drawing3D.d.ts +21 -0
- package/bc/Scripts/DynamicDraw.d.ts +310 -0
- package/bc/Scripts/Element.d.ts +154 -0
- package/bc/Scripts/ExtendedItem.d.ts +339 -0
- package/bc/Scripts/GLDraw.d.ts +223 -0
- package/bc/Scripts/Game.d.ts +61 -0
- package/bc/Scripts/GameLog.d.ts +87 -0
- package/bc/Scripts/Graph.d.ts +46 -0
- package/bc/Scripts/Import.d.ts +7 -0
- package/bc/Scripts/Inventory.d.ts +509 -0
- package/bc/Scripts/MiniGame.d.ts +30 -0
- package/bc/Scripts/ModularItem.d.ts +286 -0
- package/bc/Scripts/Mouse.d.ts +34 -0
- package/bc/Scripts/NPC.d.ts +105 -0
- package/bc/Scripts/Notification.d.ts +120 -0
- package/bc/Scripts/PortalLink.d.ts +159 -0
- package/bc/Scripts/Property.d.ts +98 -0
- package/bc/Scripts/Reputation.d.ts +36 -0
- package/bc/Scripts/Server.d.ts +239 -0
- package/bc/Scripts/Skill.d.ts +107 -0
- package/bc/Scripts/Speech.d.ts +145 -0
- package/bc/Scripts/Struggle.d.ts +357 -0
- package/bc/Scripts/Testing.d.ts +30 -0
- package/bc/Scripts/Text.d.ts +92 -0
- package/bc/Scripts/TextItem.d.ts +65 -0
- package/bc/Scripts/TightenLoosenItem.d.ts +31 -0
- package/bc/Scripts/Timer.d.ts +62 -0
- package/bc/Scripts/Translation.d.ts +101 -0
- package/bc/Scripts/TypedItem.d.ts +242 -0
- package/bc/Scripts/Validation.d.ts +324 -0
- package/bc/Scripts/VariableHeight.d.ts +108 -0
- package/bc/Scripts/VibratorMode.d.ts +209 -0
- package/bc/Scripts/lib/LZString.d.ts +12 -0
- package/bc/Scripts/lib/three/FBXLoader.d.ts +0 -0
- package/bc/Scripts/lib/three/GLTFLoader.d.ts +0 -0
- package/bc/Scripts/lib/webgl/resources/m4.d.ts +0 -0
- package/bc/Typedef.d.ts +3933 -0
- package/package.json +19 -0
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Checks to see if the player needs help in any way
|
|
3
|
+
* @returns {boolean} - True if player has any restraints or locks, False otherwise
|
|
4
|
+
*/
|
|
5
|
+
declare function MainHallPlayerNeedsHelpAndHasNoOwnerOrLoverItem(): boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Checks if the maid will help the player or not. Maids are disabled from the quarters or when playing hardcore.
|
|
8
|
+
* @returns {boolean} - Returns true if the player still has time remaining after asking the maids to stop helping in the maid quarters
|
|
9
|
+
*/
|
|
10
|
+
declare function MainHallIsMaidsDisabled(): boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Checks if the maid will not help the player because she's playing on hardcore
|
|
13
|
+
* @returns {boolean} - Returns TRUE if the difficulty is hardcore or more
|
|
14
|
+
*/
|
|
15
|
+
declare function MainHallMaidsPlayingHardcore(): boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Checks for the dialog options to help the player know how much time is left before the maids can help them
|
|
18
|
+
* @returns {boolean} - Returns TRUE if the remaining duration fits within the time range
|
|
19
|
+
*/
|
|
20
|
+
declare function MainHallMaidsDisabledMinutesLeft(): boolean;
|
|
21
|
+
declare function MainHallMaidsDisabledHourLeft(): boolean;
|
|
22
|
+
declare function MainHallMaidsDisabledDaysLeft1(): boolean;
|
|
23
|
+
declare function MainHallMaidsDisabledDaysLeft2(): boolean;
|
|
24
|
+
declare function MainHallMaidsDisabledDaysLeft3(): boolean;
|
|
25
|
+
declare function MainHallMaidsDisabledDaysLeft4(): boolean;
|
|
26
|
+
declare function MainHallMaidsDisabledDaysLeft5(): boolean;
|
|
27
|
+
declare function MainHallMaidsDisabledDaysLeft6(): boolean;
|
|
28
|
+
declare function MainHallMaidsDisabledDaysLeft7(): boolean;
|
|
29
|
+
declare function MainHallMaidsDisabledBegForMore(): boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Checks for the dialog options to help the maid determine which dialog options she can give the player to extend the duration
|
|
32
|
+
* @returns {boolean} - Returns TRUE if the remaining duration fits within the time range
|
|
33
|
+
*/
|
|
34
|
+
declare function MainHallMaidsDisabledAtLeast30MinutesLeft(): boolean;
|
|
35
|
+
declare function MainHallMaidsDisabledAtLeast1HourLeft(): boolean;
|
|
36
|
+
declare function MainHallMaidsDisabledAtLeast12HourLeft(): boolean;
|
|
37
|
+
declare function MainHallMaidsDisabledAtLeastDaysLeft1(): boolean;
|
|
38
|
+
declare function MainHallMaidsDisabledAtLeastDaysLeft3(): boolean;
|
|
39
|
+
declare function MainHallMaidsDisabledAtLeastDaysLeft7(): boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Checks if the dialog option to trick the maid is available
|
|
42
|
+
* @returns {boolean} - Returns TRUE if the maid can be tricked
|
|
43
|
+
*/
|
|
44
|
+
declare function MainHallCanTrickMaid(): boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Checks, if the player has an owner or lover lock on her
|
|
47
|
+
* @returns {boolean} - Returns true, if the player has either a lover or owner item on herself, false otherwise
|
|
48
|
+
*/
|
|
49
|
+
declare function MainHallHasOwnerOrLoverItem(): boolean;
|
|
50
|
+
declare function MainHallHasOwnerOrLoverItemAndMaidsNotDisabled(): boolean;
|
|
51
|
+
declare function MainHallHasNoOwnerOrLoverItemAndMaidsNotDisabled(): boolean;
|
|
52
|
+
declare function MainHallHasOwnerItemAndMaidsNotDisabled(): boolean;
|
|
53
|
+
declare function MainHallHasLoverItemAndMaidsNotDisabled(): boolean;
|
|
54
|
+
declare function MainHallHasFamilyItemAndMaidsNotDisabled(): boolean;
|
|
55
|
+
declare function MainHallHasSlaveCollarAndMaidsNotDisabled(): boolean;
|
|
56
|
+
declare function MainHallPlayerNeedsHelpAndHasNoOwnerOrLoverItemAndMaidsNotDisabled(): boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Returns TRUE if the main hall sub-screen is allowed for the player, check for owner rules
|
|
59
|
+
* @param {string} ID - The screen ID to validate (A is club shop)
|
|
60
|
+
* @returns {boolean} - Returns true, if the screen is allowed
|
|
61
|
+
*/
|
|
62
|
+
declare function MainHallAllow(ID: string): boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Loads the main hall by setting up the NPCs, CSVs and global variables required.
|
|
65
|
+
* @returns {void} - Nothing
|
|
66
|
+
*/
|
|
67
|
+
declare function MainHallLoad(): void;
|
|
68
|
+
/**
|
|
69
|
+
* Runs and draws the main hall screen
|
|
70
|
+
* @returns {void} - Nothing
|
|
71
|
+
*/
|
|
72
|
+
declare function MainHallRun(): void;
|
|
73
|
+
/**
|
|
74
|
+
* Randomly select a new tip to display
|
|
75
|
+
*/
|
|
76
|
+
declare function MainHallCycleTips(): void;
|
|
77
|
+
/**
|
|
78
|
+
* Validates the player's move into a new room. Before entering the requested rooms, the player can be attacked by random kidnappers or intercepted by various NPC types
|
|
79
|
+
* @param {string} RoomName - Name of the room the player is heading to
|
|
80
|
+
* @returns {void} - Nothing
|
|
81
|
+
*/
|
|
82
|
+
declare function MainHallWalk(RoomName: string): void;
|
|
83
|
+
/**
|
|
84
|
+
* Handles clicks in the main hall screen
|
|
85
|
+
* @returns {void} - Nothing
|
|
86
|
+
*/
|
|
87
|
+
declare function MainHallClick(): void;
|
|
88
|
+
/**
|
|
89
|
+
* Triggered when the player chooses to open changelog.
|
|
90
|
+
*/
|
|
91
|
+
declare function MainHallOpenChangelog(): void;
|
|
92
|
+
/**
|
|
93
|
+
* Triggered when the player asks for release, the player is freed from restraints and any combo locks
|
|
94
|
+
* @returns {void} - Nothing
|
|
95
|
+
*/
|
|
96
|
+
declare function MainHallMaidReleasePlayer(): void;
|
|
97
|
+
/**
|
|
98
|
+
* Triggered when the maid is angry at the player, she might gag or tie her up if the player is not dominant or not a head maid
|
|
99
|
+
* @returns {void} - Nothing
|
|
100
|
+
*/
|
|
101
|
+
declare function MainHallMaidAngry(): void;
|
|
102
|
+
/**
|
|
103
|
+
* Triggered when the maid is tricked into releasing Sarah
|
|
104
|
+
* @returns {void} - Nothing
|
|
105
|
+
*/
|
|
106
|
+
declare function MainHallFreeSarah(): void;
|
|
107
|
+
/**
|
|
108
|
+
* Triggered when the player calls the maids from a chat room
|
|
109
|
+
* @returns {void} - Nothing
|
|
110
|
+
*/
|
|
111
|
+
declare function MainHallPunishFromChatroom(): void;
|
|
112
|
+
/**
|
|
113
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
114
|
+
* @returns {void} - Nothing
|
|
115
|
+
*/
|
|
116
|
+
declare function MainHallPunishFromChatroomStartPunishment(): void;
|
|
117
|
+
/**
|
|
118
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
119
|
+
* @returns {void} - Nothing
|
|
120
|
+
*/
|
|
121
|
+
declare function MainHallPunishFromListEnd(): void;
|
|
122
|
+
/**
|
|
123
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
124
|
+
* @returns {void} - Nothing
|
|
125
|
+
*/
|
|
126
|
+
declare function MainHallPunishFromChatroomInsertToy(): void;
|
|
127
|
+
/**
|
|
128
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
129
|
+
* @returns {void} - Nothing
|
|
130
|
+
*/
|
|
131
|
+
declare function MainHallPunishFromChatroomApplyChastity(): void;
|
|
132
|
+
/**
|
|
133
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
134
|
+
* @returns {void} - Nothing
|
|
135
|
+
*/
|
|
136
|
+
declare function MainHallPunishFromChatroomLockChastity(): void;
|
|
137
|
+
/**
|
|
138
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
139
|
+
* @returns {void} - Nothing
|
|
140
|
+
*/
|
|
141
|
+
declare function MainHallPunishFromChatroomGag(): void;
|
|
142
|
+
/**
|
|
143
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
144
|
+
* @returns {void} - Nothing
|
|
145
|
+
*/
|
|
146
|
+
declare function MainHallPunishFromChatroomArms(): void;
|
|
147
|
+
/**
|
|
148
|
+
* Triggered when the maid unlocks the player from a chat room
|
|
149
|
+
* @returns {void} - Nothing
|
|
150
|
+
*/
|
|
151
|
+
declare function MainHallPunishFromChatroomRest(): void;
|
|
152
|
+
/**
|
|
153
|
+
* Triggered when the maid unlocks the player from an owner
|
|
154
|
+
* @returns {void} - Nothing
|
|
155
|
+
*/
|
|
156
|
+
declare function MainHallMaidShamePlayer(): void;
|
|
157
|
+
/**
|
|
158
|
+
* Triggered when the maid resets the slave collar to default. The player is punished after.
|
|
159
|
+
* @returns {void} - Nothing
|
|
160
|
+
*/
|
|
161
|
+
declare function MainHallMaidChangeCollarPlayer(): void;
|
|
162
|
+
/**
|
|
163
|
+
* Triggered when the maid punishes the player. The player is stripped and loses dominant/submissive reputation.
|
|
164
|
+
* @returns {void} - Nothing
|
|
165
|
+
*/
|
|
166
|
+
declare function MainHallMaidPunishmentPlayer(): void;
|
|
167
|
+
/**
|
|
168
|
+
* Triggered when the maid catches the club slave player with clothes. The player is stripped and the timer is restarted.
|
|
169
|
+
* @returns {void} - Nothing
|
|
170
|
+
*/
|
|
171
|
+
declare function MainHallResetClubSlave(): void;
|
|
172
|
+
/**
|
|
173
|
+
* Triggered when the player needs to be brought to the club management room to be expelled
|
|
174
|
+
* @returns {void} - Nothing
|
|
175
|
+
*/
|
|
176
|
+
declare function MainHallMistressExpulsion(): void;
|
|
177
|
+
/**
|
|
178
|
+
* Sets the maid dialog stage to the introduction for new players
|
|
179
|
+
* @returns {void} - Nothing
|
|
180
|
+
*/
|
|
181
|
+
declare function MainHallMaidIntroduction(): void;
|
|
182
|
+
/**
|
|
183
|
+
* Flags the introduction as done
|
|
184
|
+
* @returns {void} - Nothing
|
|
185
|
+
*/
|
|
186
|
+
declare function MainHallMaidIntroductionDone(): void;
|
|
187
|
+
declare function MainHallSetMaidsDisabled(minutes: any): void;
|
|
188
|
+
declare function MainHallMoveToChatSelect(): void;
|
|
189
|
+
declare var MainHallBackground: string;
|
|
190
|
+
/** @type {null | number} */
|
|
191
|
+
declare var MainHallStartEventTimer: null | number;
|
|
192
|
+
/** @type {null | number} */
|
|
193
|
+
declare var MainHallNextEventTimer: null | number;
|
|
194
|
+
declare var MainHallRandomEventOdds: number;
|
|
195
|
+
/** @type {null | NPCCharacter} */
|
|
196
|
+
declare var MainHallMaid: null | NPCCharacter;
|
|
197
|
+
declare var MainHallIsMaid: boolean;
|
|
198
|
+
declare var MainHallIsHeadMaid: boolean;
|
|
199
|
+
declare var MainHallHasOwnerLock: boolean;
|
|
200
|
+
declare var MainHallHasLoverLock: boolean;
|
|
201
|
+
declare var MainHallHasFamilyLock: boolean;
|
|
202
|
+
declare var MainHallHasSlaveCollar: boolean;
|
|
203
|
+
/** The max number of known tips */
|
|
204
|
+
declare var MainHallMaxTip: number;
|
|
205
|
+
/** The index of the current tip */
|
|
206
|
+
declare var MainHallTip: number;
|
|
207
|
+
/** The max delay to wait before changing the current tip */
|
|
208
|
+
declare var MainHallTipCycleDelay: number;
|
|
209
|
+
/**
|
|
210
|
+
* The timer that tracks the last time the tip cycled
|
|
211
|
+
* @type {number}
|
|
212
|
+
*/
|
|
213
|
+
declare var MainHallTipCycleTimer: number;
|
|
214
|
+
declare var MainHallMaidWasCalledManually: boolean;
|
|
215
|
+
declare var MainHallAsylumOpen: boolean;
|
|
216
|
+
declare var MainHallBeingPunished: boolean;
|
|
217
|
+
declare var MainHallFirstFrame: boolean;
|
|
218
|
+
/** @type {AssetLockType[]} */
|
|
219
|
+
declare var MainHallStrongLocks: AssetLockType[];
|
|
220
|
+
declare var MainHallPunishmentList: ({
|
|
221
|
+
ItemMouth: string;
|
|
222
|
+
ItemHead: string;
|
|
223
|
+
ItemHands: string;
|
|
224
|
+
ItemArms?: undefined;
|
|
225
|
+
ItemLegs?: undefined;
|
|
226
|
+
ItemPelvis?: undefined;
|
|
227
|
+
ItemBreast?: undefined;
|
|
228
|
+
ItemVulva?: undefined;
|
|
229
|
+
ItemBoots?: undefined;
|
|
230
|
+
ItemFeet?: undefined;
|
|
231
|
+
} | {
|
|
232
|
+
ItemMouth: string;
|
|
233
|
+
ItemArms: string;
|
|
234
|
+
ItemLegs: string;
|
|
235
|
+
ItemPelvis: string;
|
|
236
|
+
ItemBreast: string;
|
|
237
|
+
ItemVulva: string;
|
|
238
|
+
ItemBoots: string;
|
|
239
|
+
ItemHead: string;
|
|
240
|
+
ItemHands: string;
|
|
241
|
+
ItemFeet?: undefined;
|
|
242
|
+
} | {
|
|
243
|
+
ItemMouth: string;
|
|
244
|
+
ItemArms: string;
|
|
245
|
+
ItemLegs: string;
|
|
246
|
+
ItemFeet: string;
|
|
247
|
+
ItemPelvis: string;
|
|
248
|
+
ItemBreast: string;
|
|
249
|
+
ItemVulva: string;
|
|
250
|
+
ItemBoots: string;
|
|
251
|
+
ItemHead: string;
|
|
252
|
+
ItemHands: string;
|
|
253
|
+
})[];
|
|
254
|
+
declare var MainHallPunishmentChoice: number;
|
|
255
|
+
declare var MainHallRopeColor: string;
|