img



img

LibNotify


By: _ForgeUser1943966
Addon | img 1,853




Description

___________________________________________________________________________________________________________________________

Description

LibNotify by NerfedWar

LibNotify provides an API to display/manage a stack of fading growl-like alerts and notifications.

Command-line Usage:

	/notify
		to display this help.

	/notify [colour] [message]
	/alert [colour] [message]
		[color]:
			[d]: default.
			[r]: red.
			[g]: green.
			[b]: blue.
		[message]: the message to display.
	
	e.g. /alert r Hello RIFT!

API Usage:

	LibNotify.notify(colour, message)
	LibNotify.alert(colour, message)
	
	e.g. /script LibNotify.alert(LibNotify.GREEN, 'Hello again RIFT!')
	
	where colour can equal: LibNotify.BLACK, LibNotify.RED,
 	LibNotify.GREEN, LibNotify.BLUE, and message is a string. 
						

Embedding LibNotify:

Ddd the following to your .toc file and place the LibNotify directory beneath your own adon directory. (See the ChatAlert addon for a full example)

	Embed = {
		LibNotify = true,
	}

	Dependencies = {
		LibNotify = {"required", "before"},
	}



About Project

Created: September 21st 2023

Updated: September 21st 2023

Project ID: 23803

License: All Rights Reserved

__________________________________________

Game Versions:

1.01.03

1.01.03

1.01.03

1.01.03

1.01.03

__________________________________________

Flavors:

WoW Retail

__________________________________________

Categories

Companions

Battle

__________________________________________

Main File

_ForgeUser1943966_LibNotify.zip
  • Release
  • September 21st 2023

    __________________________________________

    Recent File

    _ForgeUser1943966_LibNotify.zip
  • Release
  • September 21st 2023

    __________________________________________

    Members

    img
    _ForgeUser1943966
    Owner

    __________________________________________

    Report