9 public string Name {
get;
set; }
20 return goTo.Equals(
Name, System.StringComparison.InvariantCultureIgnoreCase);
25 return $
"[-] Label \"{Name}\"";
28 public override void Reset() { }
Defines a point in the event that GoTo actions can jump to.
override bool IsFinished(ref string goTo)
Has the action finished.
override string ToDebugString()
Rich test to display in debugdraw
override bool SetGoToTarget(string goTo)
Label(ScriptedEvent parentEvent, ContentXElement element)