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
TMPEffectTagindices
TMPEffectTagIndiceswriter
TMPWriter
Fields
indices
The indices of the tag.
public readonly TMPEffectTagIndices indices
Field Value
tag
The tag of the command.
public readonly TMPEffectTag tag
Field Value
writer
The TMPWriter that executed this command.
public readonly TMPWriter writer