Esempio n. 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";
     }
 }
Esempio n. 4
0
 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;
     }
 }
Esempio n. 6
0
 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";
     }
 }
Esempio n. 9
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return mName.WeightName;
     }
     else
     {
         return mName.ToString();
     }
 }
Esempio n. 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();
         }
     }
 }
Esempio n. 11
0
        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";
 }
Esempio n. 13
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("FamilyGathering");
 }
Esempio n. 14
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CasteMove");
 }
Esempio n. 15
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Households");
 }
Esempio n. 16
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Personalities");
 }
Esempio n. 17
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CampaignGathering");
 }
Esempio n. 18
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Marriage");
 }
Esempio n. 19
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Unpopular");
 }
Esempio n. 20
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("DebtMooch");
 }
Esempio n. 21
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("CatHunting");
 }
Esempio n. 22
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("EngagementGathering");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type == PrefixType.Story) return null;

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

            return "ChildSaveSplitFamily";
        }
Esempio n. 28
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Emigration");
 }
Esempio n. 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 "";
 }
Esempio n. 30
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseRentalLot");
 }
Esempio n. 31
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PurchaseBicycle");
 }
Esempio n. 32
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Inheritance");
 }
Esempio n. 33
0
 public override string GetTitlePrefix(PrefixType type)
 {
     if (type == PrefixType.Pure)
     {
         return "KillPost";
     }
     else
     {
         return mStoryName;
     }
 }
Esempio n. 34
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("WorkSlacker");
 }
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

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

            return "CleanHomeless";
        }
Esempio n. 38
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PhotogPush");
 }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "PropagateAlimonyFail";
 }
Esempio n. 40
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Lots");
 }
Esempio n. 41
0
 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";
        }
Esempio n. 44
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("PregnantSave");
 }
Esempio n. 45
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return mStoryPrefix;
 }
Esempio n. 46
0
 public static string StringWarning(string message, PrefixType prefixType)
 {
     return(PConsole.GetLog(LogType.Warning, message, prefixType, null, null));
 }
Esempio n. 47
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "CaughtCheating";
        }
 public override string GetTitlePrefix(PrefixType type)
 {
     return "UninspectedMoveIn";
 }
Esempio n. 49
0
 public static string StringError(string message, PrefixType prefixType)
 {
     return(PConsole.GetLog(LogType.Error, message, prefixType, null, null));
 }
Esempio n. 50
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("NewcomerGone");
 }
Esempio n. 51
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return "PregnantSave";
 }
Esempio n. 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";
        }
Esempio n. 54
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("LynchMob");
 }
Esempio n. 55
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("FightStory");
 }
Esempio n. 56
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("SchoolFee");
 }
Esempio n. 57
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return "ExistingEnemy";
 }
Esempio n. 58
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("Trainer");
 }
Esempio n. 59
0
        public override string GetTitlePrefix(PrefixType type)
        {
            if (type != PrefixType.Pure) return null;

            return "Run";
        }
Esempio n. 60
0
 public override string GetTitlePrefix(PrefixType type)
 {
     return("TooCrowded");
 }