Baldi's Basics Plus Glue API
Modding API for Baldi's Basics Plus
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NBBPGlue
 NAPI
 NHUD
 CBBPHudAnnouncementsWraps the HUD announcement display, also known as BaldiTV
 CBBPCentral entrypoint for the modding API providing access to common subsystems
 CBBPArtsAndCraftersWraps the BB+ Arts And Crafters NPC and exposes anger, hiding, attacking, teleporting, and audio helpers
 CBBPAssetLoaderUtility for loading and registering assets like sprites, audio clips, and sound objects
 CBBPAudioManagerProvides a wrapper around the game's audio manager exposing playback and queue controls
 CBBPAuthoredPrefabRepresents a prefab-like object authored or registered through BBPGlue
 CBBPAuthoringProvides runtime authoring helpers for cloning, creating, registering, and spawning BB+ prefab-like objects
 CBBPBaldiWraps the BB+ Baldi NPC and exposes Baldi-specific fields, sounds, detention behavior, and helper methods
 CBBPBeansWraps the BB+ Beans NPC and exposes gum, sprinting, chewing, and audio helpers
 CBBPBullyWraps the BB+ Bully NPC and exposes hiding, spawning, stealing, pushing, and guilt helpers
 CBBPCallbackContextContext data for a cancelable callback invocation
 CBBPCallbacksContains all callback groups exposed by BBPGlue
 CEntityCallbacksCallbacks for NPCs and generic entities
 CGameCallbacksCallbacks for general game and level lifecycle events
 CHudCallbacksCallbacks for HUD, tooltip, announcement, and map UI events
 CItemCallbacksCallbacks for item objects, pickups, lockers, and notebooks
 CPlayerCallbacksCallbacks for player state, movement, rules, and inventory events
 CWorldCallbacksCallbacks for environment, rooms, random events, doors, windows, and elevators
 CBBPChalkFaceWraps the BB+ Chalk Face NPC and exposes chalkboard, timer, room locking, laughter, and activation helpers
 CBBPConsoleIn-game console used for logging messages to a small overlay and capturing history
 CBBPConsoleMessageRepresents a single console message with timestamp and level
 CBBPCumuloWraps the BB+ Cumulo NPC and exposes wind, hallway selection, and blowing helpers
 CBBPDoorRepresents a door in the environment and exposes its state and control methods
 CBBPDrReflexWraps the BB+ Dr
 CBBPElevatorRepresents an elevator in the level, exposing state, doors, and control methods
 CBBPEntitiesUtilities for enumerating and querying entities (NPCs and players) in the world
 CBBPEntityWrapper around game entity objects exposing common state and control methods
 CBBPEnvironmentWraps the active environment controller and exposes common level, spawning, lighting, and event controls
 CBBPEventsHelper for discovering, mapping, and triggering level random events
 CBBPExperimentalContains experimental API features that may change or be removed in future versions
 CExperimentalPlayerProvides experimental player-related options
 CBBPGameProvides access to overall game state and control functions
 CBBPGottaSweepWraps the BB+ Gotta Sweep NPC and exposes sweeping, home, and timing helpers
 CBBPHudAccessor for HUD elements and controls
 CBBPItemObjectWrapper for an item object providing access to metadata, sprites, and sounds
 CBBPItemsAPI surface for interacting with player inventory and item management
 CBBPLookAtGuyWraps the BB+ Look At Guy NPC and exposes freezing, blinding, fog, respawn, and visual helpers
 CBBPNoLateTeacherWraps the BB+ No Late Teacher NPC and exposes classroom, dragging, attacking, timing, and audio helpers
 CBBPNpcWraps a BB+ NPC instance and exposes common NPC, navigation, entity, and sprite controls
 CBBPPickupRepresents a pickup object in the world and provides access to its properties and interactions
 CBBPPlayerHigh-level access to the current player instance and player-related settings
 CBBPPlayerRefReference wrapper for a player instance exposing common transforms and actions
 CBBPPlaytimeWraps the BB+ Playtime NPC and exposes jump rope, movement, animation, and audio helpers
 CBBPPrefabsProvides discovery, lookup, registration, and spawning helpers for BB+ prefabs and runtime-authored prefab-like objects
 CBBPPrincipalWraps the BB+ Principal NPC and exposes Principal-specific fields, sounds, detention behavior, and helper methods
 CBBPRandomEventRepresents a random event in the environment and exposes its properties and lifecycle methods
 CBBPRoomRepresents a room within a level providing access to tiles, cells, pickups and other room properties
 CBBPSceneRepresents scene/level metadata and related assets
 CBBPSeedControls BB+ seed selection and generation
 CBBPSoundObjectWrapper around a sound object providing access to clip, mixing, and subtitle settings
 CBBPUtilUtility helpers used by the API for type checks and miscellaneous helpers