@ -163,11 +163,6 @@ namespace Fungus
return block == targetBlock;
}
public string GetLocationIdentifier()
{
return ParentBlock.GetFlowchart().GetName() + ":" + ParentBlock.BlockName + ".Call:" + CommandIndex.ToString();
#endregion
@ -106,11 +106,6 @@ namespace Fungus
return ParentBlock.GetFlowchart().GetName() + ":" + ParentBlock.BlockName + ".Menu:" + CommandIndex.ToString();
#region ILocalizable implementation
@ -73,11 +73,6 @@ namespace Fungus
return ParentBlock.GetFlowchart().GetName() + ":" + ParentBlock.BlockName + ".Menu Timer:" + CommandIndex.ToString();
#region Backwards compatibility
@ -67,11 +67,6 @@ namespace Fungus
return false;
return ParentBlock.GetFlowchart().GetName() + ":" + ParentBlock.BlockName + ".StopBlock:" + CommandIndex.ToString();
@ -230,7 +230,7 @@ namespace Fungus
public virtual string GetLocationIdentifier()
return ParentBlock.GetFlowchart().GetName() + ":" + ParentBlock.BlockName + "." + this.GetType().Name + ":" + CommandIndex.ToString();
return ParentBlock.GetFlowchart().GetName() + ":" + ParentBlock.BlockName + "." + this.GetType().Name + "#" + CommandIndex.ToString();
/// <summary>