Table of Contents

Class Notifications

Namespace
AO
Assembly
CoreAssembly.dll

Notifications is a core engine system to show notifications to the player.

public static class Notifications
Inheritance
Notifications
Inherited Members

Methods

Show(string)

Show a notification to the player. This is only supported on the client.

public static extern void Show(string message)

Parameters

message string

ShowTo(Player, string)

Show a notification to a specific player. This is only supported on the server.

public static void ShowTo(Player player, string message)

Parameters

player Player
message string