Table of Contents

Class ReadOnlyCommandContext

A read-only wrapper around CommandContext.

public class ReadOnlyCommandContext : ICommandContext
Inheritance
ReadOnlyCommandContext
Implements
Inherited Members

Constructors

ReadOnlyCommandContext(ICommandContext)

public ReadOnlyCommandContext(ICommandContext context)

Parameters

context ICommandContext

Properties

CustomData

The custom data object.

public object CustomData { get; }

Property Value

object

Indices

The indices of the tag that triggered this command.

public TMPEffectTagIndices Indices { get; }

Property Value

TMPEffectTagIndices

Writer

The TMPWriter that raised this command.

public TMPWriter Writer { get; }

Property Value

TMPWriter