CommandEffectType

CommandEffectType enumeration

Represents command effect type for command effect behavior.

public enum CommandEffectType : sbyte

Values

NameValueDescription
NotDefined-1
Event0
Call1
Verb2

See Also