Lua API
On this page

Toaster

Inherits from

Fields:

Hud Hud

read only

Methods:

Add(message: string, type?: ToastType = nil) : nil

Parameters:
NameTypeDefaultSummary
messagestring
typeToastType0
Returns:nil

Dispose() : nil

Returns:nil

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

Init() : nil

Returns:nil

ToString() : string

Returns a string that represents the current object.

Returns:string