Skip to content

ax.notification

Source: gamemode/framework/libraries/sh_notification.lua

Minimal stacked notifications rendered above all VGUI.

Documented functions: 4

Functions


ax.notification:Add(text, type, length)

Add a new notification.

Realm: client


ax.notification:Clear()

Clear all active notifications.

Realm: shared


ax.notification:Render()

Render stacked notifications.

Realm: shared


ax.notification:Send(target, text, type, length)

Send a notification to one or more players.

Realm: server