|
Baldi's Basics Plus Glue API
Modding API for Baldi's Basics Plus
|
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. | |
Callbacks for HUD, tooltip, announcement, and map UI events.
| Action<BBPSoundObject>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnAnnouncementQueued |
Raised when an announcement sound is queued.
| Action<BBPSoundObject>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnBaldiTvSpeak |
Raised when BaldiTV plays speech.
| Action<bool>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnHudHideChanged |
Raised when the HUD hidden state changes.
| Action? BBPGlue.API.BBPCallbacks.HudCallbacks.OnMapClose |
Raised when the map is closed.
| Action<bool>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnMapOpen |
Raised when the map is opened.
The bool value matches the game's OpenMap(toMap) argument.
| Action<string>? BBPGlue.API.BBPCallbacks.HudCallbacks.OnTooltipShown |
Raised when a tooltip is shown.