Baldi's Basics Plus Glue API
Modding API for Baldi's Basics Plus
Loading...
Searching...
No Matches
BBPGlue.API.BBPCallbacks.HudCallbacks Class Referencesealed

Callbacks for HUD, tooltip, announcement, and map UI events. More...

Events

Action< BBPSoundObject >? OnAnnouncementQueued
 Raised when an announcement sound is queued.
Action< BBPSoundObject >? OnBaldiTvSpeak
 Raised when BaldiTV plays speech.
Action< bool >? OnHudHideChanged
 Raised when the HUD hidden state changes.
Action? OnMapClose
 Raised when the map is closed.
Action< bool >? OnMapOpen
 Raised when the map is opened.
Action< string >? OnTooltipShown
 Raised when a tooltip is shown.

Detailed Description

Callbacks for HUD, tooltip, announcement, and map UI events.

Event Documentation

◆ OnAnnouncementQueued

Action<BBPSoundObject>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnAnnouncementQueued

Raised when an announcement sound is queued.

◆ OnBaldiTvSpeak

Action<BBPSoundObject>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnBaldiTvSpeak

Raised when BaldiTV plays speech.

◆ OnHudHideChanged

Action<bool>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnHudHideChanged

Raised when the HUD hidden state changes.

◆ OnMapClose

Action? BBPGlue.API.BBPCallbacks.HudCallbacks.OnMapClose

Raised when the map is closed.

◆ OnMapOpen

Action<bool>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnMapOpen

Raised when the map is opened.

The bool value matches the game's OpenMap(toMap) argument.

◆ OnTooltipShown

Action<string>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnTooltipShown

Raised when a tooltip is shown.


The documentation for this class was generated from the following file: