Beispiel #1
0
		public Negation(Token token, Expression root, PrefixType type)
			: base(token)
		{
			this.Op = token;
			this.Root = root;
			this.Type = type;
		}
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "CaughtCheatingBreakup";
     }
     else
     {
         return "Dumped";
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "ChildSaveSplitMoveIn";
     }
     else
     {
         return "ChildSave";
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "GoToHospital";
     }
     else
     {
         return mStoryName;
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return base.GetTitlePrefix(type);
     }
     else
     {
         return mStoryName;
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "HomelessMoveIn";
     }
     else
     {
         return "MoveIn";
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "StandardMoveInLot";
     }
     else
     {
         return "MoveIn";
     }
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "InspectedScoredMoveIn";
     }
     else
     {
         return "MoveIn";
     }
 }
Beispiel #9
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return mName.WeightName;
     }
     else
     {
         return mName.ToString();
     }
 }
Beispiel #10
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return mName.WeightName;
     }
     else
     {
         if (mFail)
         {
             return mName + "Fail";
         }
         else if ((Target != null) && (Target.Child))
         {
             return mName + "Child";
         }
         else
         {
             return mName.ToString();
         }
     }
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "SchoolCommute";
        }
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type != PrefixType.Pure) return null;
     
     return "PropagateWonFight";
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return("FamilyGathering");
 }
Beispiel #14
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CasteMove");
 }
Beispiel #15
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Households");
 }
Beispiel #16
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Personalities");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CampaignGathering");
 }
Beispiel #18
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Marriage");
 }
Beispiel #19
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Unpopular");
 }
Beispiel #20
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("DebtMooch");
 }
Beispiel #21
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CatHunting");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return("EngagementGathering");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type == PrefixType.Story) return null;

            return "ImmigrantPressure";
        }
Beispiel #24
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("BecameOccult");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "CaughtEmbezzling";
 }
Beispiel #26
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("WonChess");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "ChildSaveSplitFamily";
        }
Beispiel #28
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Emigration");
 }
Beispiel #29
0
 public static string BytesToPrefixedValue(long Size, PrefixType PType, OutputForm PForm, SuffixType SType, OutputForm SForm)
 {
     for (int index = 0; index <= SA_Convert.prefixvalues.GetLength(0); ++index)
       {
     if (Size < SA_Convert.prefixvalues[index + 1][(int) PType])
       return string.Concat(new object[4]
       {
     (object) ((Decimal) Size / (Decimal) SA_Convert.prefixvalues[index][(int) PType] * (Decimal) SA_Convert.suffixvalues[(int) SType]).ToString("#.##"),
     (object) ' ',
     (object) SA_Convert.prefixes[(int) (PType + (int) PForm)][index],
     (object) SA_Convert.suffixes[(int) SType][(int) SForm]
       });
       }
       return "";
 }
Beispiel #30
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseRentalLot");
 }
Beispiel #31
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseBicycle");
 }
Beispiel #32
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Inheritance");
 }
Beispiel #33
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "KillPost";
     }
     else
     {
         return mStoryName;
     }
 }
Beispiel #34
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("WorkSlacker");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "HarvestHouseholdCrops";
        }
Beispiel #36
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("NoHoneymoon");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "CleanHomeless";
        }
Beispiel #38
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PhotogPush");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "PropagateAlimonyFail";
 }
Beispiel #40
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Lots");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "ExpectedMarriage";
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "ScheduledFailSafeFlirt";
        }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "ImmigrantRequirement";
        }
Beispiel #44
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PregnantSave");
 }
Beispiel #45
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return mStoryPrefix;
 }
Beispiel #46
0
 public static string StringWarning(string message, PrefixType prefixType)
 {
     return(PConsole.GetLog(LogType.Warning, message, prefixType, null, null));
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "CaughtCheating";
        }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "UninspectedMoveIn";
 }
Beispiel #49
0
 public static string StringError(string message, PrefixType prefixType)
 {
     return(PConsole.GetLog(LogType.Error, message, prefixType, null, null));
 }
Beispiel #50
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("NewcomerGone");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "PregnantSave";
 }
Beispiel #52
0
 public static void Log(string message, PrefixType prefixType)
 {
     Debug.Log(PConsole.GetLog(LogType.Log, message, prefixType, null, null));
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "UnexpectedPregnancy";
        }
Beispiel #54
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("LynchMob");
 }
Beispiel #55
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("FightStory");
 }
Beispiel #56
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("SchoolFee");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "ExistingEnemy";
 }
Beispiel #58
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Trainer");
 }
Beispiel #59
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "Run";
        }
Beispiel #60
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("TooCrowded");
 }