All pages
Powered by GitBook
1 of 5

Loading...

Loading...

Loading...

Loading...

Loading...

Options

Field in

The collection of options that will be delivered to the player.

public IEnumerable<Option> Options;

Summary

OptionsElement

Destination

Field in

The destination that will be run if this option is selected by the player.

This will be the name of a label, or the name of a node.

public string Destination;

Summary

Remarks

Option

LineID

Field in Option

Summary

The string table ID that will be shown to the player.

public string LineID;

OptionsElement

Class in BasicBlock

Inherits from PlayerVisibleContentElement

Summary

A collection of options that should be shown to the player.

public class OptionsElement : PlayerVisibleContentElement

Fields

Name
Description

Name
Description

Option

Struct in OptionsElement

Inherits from System.ValueType

Summary

Represents a single option that may be presented to the player.

public struct Option

Fields

Name
Description

The collection of options that will be delivered to the player.

Represents a single option that may be presented to the player.

Structs

Options

The destination that will be run if this option is selected by the player.

The string table ID that will be shown to the player.

Option
Destination
LineID