a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Client / Notification
The Notification
class represents a game notification that can be hidden.
new Notification(
handle
):Notification
Creates an instance of the Notification
class.
• handle: number
Identifier for the notification.
hide():
void
Hides the notification.
This method will remove the notification associated with the handle from the game’s notification area.
void