Libraries

s&box libraries list

Toasty

ggg.toasty

Simple configurable toasts system

About

How to use

Send an event from your game code and configure the toast using its properties.

IToastEvent.Post( te => te.Show( new Toast
{
	Status = ToastStatus.Success,
	Text = "Awesome!"
} ) );

Optional Properties

  • Duration (seconds)
  • Position (Enum)

Media

More by ggg