Table of Contents

Class TMPCommandArgs

Namespace
TMPEffects.TMPCommands
Assembly
TMPEffects.dll

The argument object for ITMPCommand.

public class TMPCommandArgs
Inheritance
TMPCommandArgs
Inherited Members

Constructors

TMPCommandArgs(TMPEffectTag, TMPEffectTagIndices, TMPWriter)

public TMPCommandArgs(TMPEffectTag tag, TMPEffectTagIndices indices, TMPWriter writer)

Parameters

tag TMPEffectTag
indices TMPEffectTagIndices
writer TMPWriter

Fields

indices

The indices of the tag.

public readonly TMPEffectTagIndices indices

Field Value

TMPEffectTagIndices

tag

The tag of the command.

public readonly TMPEffectTag tag

Field Value

TMPEffectTag

writer

The TMPWriter that executed this command.

public readonly TMPWriter writer

Field Value

TMPWriter