Table of Contents

Class DialogueChoicePaging

Namespace
S1API.Dialogues
Assembly
S1API.dll

Opt-in dialogue UI paging for cases where a node has more choices than the vanilla UI supports.

public static class DialogueChoicePaging
Inheritance
DialogueChoicePaging
Inherited Members

Properties

IsEnabled

Whether paging is currently enabled.

public static bool IsEnabled { get; }

Property Value

bool

Methods

Disable()

Disables dialogue choice paging. Patches remain applied, but they become no-ops.

public static void Disable()

Enable(DialogueChoicePagingOptions)

Enables dialogue choice paging with the provided options.

public static void Enable(DialogueChoicePagingOptions options)

Parameters

options DialogueChoicePagingOptions