- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,098 Server Mods
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
LibNotify
- 1 Like
- Rift
- 7 Monthly Downloads
- Supports: 1.5
- 985 Total Downloads
- Updated 10/12/2011
- Created 10/05/2011
- 1 Favorites
- Project Site
- Comments
- Release Type: Release
- License: GNU General Public License version 3 (GPLv3)
- Newest File: 1.1.0
About LibNotify
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"}, }
NerfedWar http://www.nerfedwar.net nerfed.war@gmail.com
tag 1.1.0
2394e9a1292c2b9138f2c98a733ea303ec3040e6
nerfedwar <nerfed.war@gmail.com>
2011-10-12 22:52:55 +0200
Initial working release.
--------------------
nerfedwar:
- Added remaining features and updates docs.
Comments
You can find an example addon called DeathAlert that embeds LibNotify on my website (https://sites.google.com/site/nerfedwar/my-software-and-addons).