ArcadeConsoleMessageEvent

data class ArcadeConsoleMessageEvent(val context: ArcadeConsoleMessageContext, val message: String)

Represents the result of evaluating an Arcade console message, which appeared in an Arcade script.

This event is fired when an Arcade Console Function is part of an Arcade script expression.

The Arcade Console function can be used to send information like variable values at different places within an Arcade script. Use this event to view messages from an Arcade script evaluation.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(context: ArcadeConsoleMessageContext, message: String)

Properties

Link copied to clipboard

the Arcade context that the message was sent in

Link copied to clipboard

the message