Table of Contents

Class Response

Namespace
S1API.Messaging
Assembly
S1API.dll

Represents a message response displayed for the player.

public class Response
Inheritance
Response
Inherited Members
Extension Methods

Constructors

Response()

Creates a new response for displaying in-game.

public Response()

Properties

Label

The unique identifier for this response.

public string Label { get; set; }

Property Value

string

OnTriggered

A callback for when the response is triggered.

public Action? OnTriggered { get; set; }

Property Value

Action

Text

The text displayed in-game for the player.

public string Text { get; set; }

Property Value

string