ax.notification¶
Minimal stacked notifications rendered above all VGUI.
Documented functions: 4 · Realm: client, server, shared
Functions¶
ax.notification:Add(text, type, length)ax.notification:Clear()ax.notification:Render()ax.notification:Send(target, text, type, length)
ax.notification:Add(text, type, length)¶
Add a new notification.
Realm: client
Source: gamemode/framework/libraries/sh_notification.lua:195
ax.notification:Clear()¶
Clear all active notifications.
Realm: shared
Source: gamemode/framework/libraries/sh_notification.lua:220
ax.notification:Render()¶
Render stacked notifications.
Realm: shared
Source: gamemode/framework/libraries/sh_notification.lua:225
ax.notification:Send(target, text, type, length)¶
Send a notification to one or more players.
Realm: server
Source: gamemode/framework/libraries/sh_notification.lua:31