Skip to content

Notification ui mod for gorilla tag, allowed to be used by anyone.

License

Notifications You must be signed in to change notification settings

larsl2005/GTAG-NotificationLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IF YOU USE THIS, PLEASE GIVE CREDIT!

GTAG-NotificationLib

Notification ui mod for gorilla tag, allowed to be used by anyone. Based of off the notifications from the "LHAX" mod menu, which was also made by me.

HOW TO INSTALL:

Put "GTAG_NotificationLib.dll" in the "plugins" folder in the BepInEx folder.

HOW TO USE:

Add "GTAG_NotificationLib.dll" as an assembly reference to your project.
Put "using GTAG_NotificationLib;" at the top of the project.
To send a notification, use "NotifiLib.SendNotification("Whatever you want here");"
To check the previously sent notification. use "NotifiLib.PreviousNotifi" (to prevent sending the same notification twice for example);
To clear all notifications use NotifiLib.ClearAllNotifications()
To clear a certain amount of notifications use NotifiLib.ClearPastNotifications(amount (int))

About

Notification ui mod for gorilla tag, allowed to be used by anyone.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages