ControlCommand class

Inheritance

Constructors

ControlCommand([CommandType commandType = CommandType.NotSet])

Properties

commandType CommandType
getter/setter pair
debugMetadata DebugMetadata?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
ownDebugMetadata DebugMetadata
no setterinherited
parent RuntimeObject?
RuntimeObjects can be included in the main Story as a hierarchy. Usually parents are Container objects. (TODO: Always?)
getter/setter pairinherited
path Path
no setterinherited
rootContentContainer Container?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compactPathString(Path otherPath) String
inherited
CompactPathString(Path otherPath) String
inherited
convertPathToRelative(Path globalPath) Path
inherited
copy() ControlCommand
debugLineNumberOfPath(Path? path) int?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolvePath(Path? path) SearchResult
inherited
setChild<T extends RuntimeObject>(T? obj, T? value) → void
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited