Table of Contents

Interface ICommandContext

Interface for command contexts.

public interface ICommandContext

Properties

CustomData

The custom data object.

object CustomData { get; }

Property Value

object

Indices

The indices of the tag that triggered this command.

TMPEffectTagIndices Indices { get; }

Property Value

TMPEffectTagIndices

Writer

The TMPWriter that raised this command.

TMPWriter Writer { get; }

Property Value

TMPWriter