Esempio n. 1
0
    // Token: 0x06000430 RID: 1072 RVA: 0x0003BEF4 File Offset: 0x0003A2F4
    public static void SetGardenGraveOccupied(int graveID, bool value)
    {
        string text = graveID.ToString();

        KeysHelper.AddIfMissing("GardenGraveOccupied_", text);
        GlobalsHelper.SetBool("GardenGraveOccupied_" + text, value);
    }
Esempio n. 2
0
    // Token: 0x0600036B RID: 875 RVA: 0x0003AB84 File Offset: 0x00038F84
    public static void SetTapeListened(int tapeID, bool value)
    {
        string text = tapeID.ToString();

        KeysHelper.AddIfMissing("TapeListened_", text);
        GlobalsHelper.SetBool("TapeListened_" + text, value);
    }
Esempio n. 3
0
    // Token: 0x0600042D RID: 1069 RVA: 0x0003BE90 File Offset: 0x0003A290
    public static void SetDemonActive(int demonID, bool value)
    {
        string text = demonID.ToString();

        KeysHelper.AddIfMissing("DemonActive_", text);
        GlobalsHelper.SetBool("DemonActive_" + text, value);
    }
Esempio n. 4
0
    // Token: 0x06000365 RID: 869 RVA: 0x0003AABC File Offset: 0x00038EBC
    public static void SetMangaCollected(int mangaID, bool value)
    {
        string text = mangaID.ToString();

        KeysHelper.AddIfMissing("MangaCollected_", text);
        GlobalsHelper.SetBool("MangaCollected_" + text, value);
    }
Esempio n. 5
0
    // Token: 0x0600035F RID: 863 RVA: 0x0003A9F4 File Offset: 0x00038DF4
    public static void SetBasementTapeCollected(int tapeID, bool value)
    {
        string text = tapeID.ToString();

        KeysHelper.AddIfMissing("BasementTapeCollected_", text);
        GlobalsHelper.SetBool("BasementTapeCollected_" + text, value);
    }
Esempio n. 6
0
    // Token: 0x0600037F RID: 895 RVA: 0x0003AEC4 File Offset: 0x000392C4
    public static void SetComplimentGiven(int complimentID, bool value)
    {
        string text = complimentID.ToString();

        KeysHelper.AddIfMissing("ComplimentGiven_", text);
        GlobalsHelper.SetBool("ComplimentGiven_" + text, value);
    }
Esempio n. 7
0
    // Token: 0x06000382 RID: 898 RVA: 0x0003AF28 File Offset: 0x00039328
    public static void SetSuitorCheck(int checkID, bool value)
    {
        string text = checkID.ToString();

        KeysHelper.AddIfMissing("SuitorCheck_", text);
        GlobalsHelper.SetBool("SuitorCheck_" + text, value);
    }
Esempio n. 8
0
    // Token: 0x0600038A RID: 906 RVA: 0x0003B008 File Offset: 0x00039408
    public static void SetTopicDiscussed(int topicID, bool value)
    {
        string text = topicID.ToString();

        KeysHelper.AddIfMissing("TopicDiscussed_", text);
        GlobalsHelper.SetBool("TopicDiscussed_" + text, value);
    }
Esempio n. 9
0
    // Token: 0x06000426 RID: 1062 RVA: 0x0003BD5C File Offset: 0x0003A15C
    public static void SetSchemeUnlocked(int schemeID, bool value)
    {
        string text = schemeID.ToString();

        KeysHelper.AddIfMissing("SchemeUnlocked_", text);
        GlobalsHelper.SetBool("SchemeUnlocked_" + text, value);
    }
Esempio n. 10
0
    // Token: 0x06000429 RID: 1065 RVA: 0x0003BDC0 File Offset: 0x0003A1C0
    public static void SetServicePurchased(int serviceID, bool value)
    {
        string text = serviceID.ToString();

        KeysHelper.AddIfMissing("ServicePurchased_", text);
        GlobalsHelper.SetBool("ServicePurchased_" + text, value);
    }
Esempio n. 11
0
    // Token: 0x060004A2 RID: 1186 RVA: 0x0003CBD8 File Offset: 0x0003AFD8
    public static void SetKittenPhoto(int photoID, bool value)
    {
        string text = photoID.ToString();

        KeysHelper.AddIfMissing("KittenPhoto_", text);
        GlobalsHelper.SetBool("KittenPhoto_" + text, value);
    }
Esempio n. 12
0
    // Token: 0x06000480 RID: 1152 RVA: 0x0003C5F0 File Offset: 0x0003A9F0
    public static void SetStudentEyeColor(int studentID, Color value)
    {
        string text = studentID.ToString();

        KeysHelper.AddIfMissing("StudentEyeColor_", text);
        GlobalsHelper.SetColor("StudentEyeColor_" + text, value);
    }
Esempio n. 13
0
    // Token: 0x060003EE RID: 1006 RVA: 0x0003B77C File Offset: 0x00039B7C
    public static void SetPhotoOnCorkboard(int photoID, bool value)
    {
        string text = photoID.ToString();

        KeysHelper.AddIfMissing("PhotoOnCorkboard_", text);
        GlobalsHelper.SetBool("PhotoOnCorkboard_" + text, value);
    }
Esempio n. 14
0
 // Token: 0x060004A0 RID: 1184 RVA: 0x0003CA1C File Offset: 0x0003AE1C
 public static void DeleteAll()
 {
     Globals.Delete("CustomSuitor");
     Globals.Delete("CustomSuitorAccessory");
     Globals.Delete("CustomSuitorBlonde");
     Globals.Delete("CustomSuitorEyewear");
     Globals.Delete("CustomSuitorHair");
     Globals.Delete("CustomSuitorJewelry");
     Globals.Delete("CustomSuitorTan");
     Globals.Delete("ExpelProgress");
     Globals.Delete("FemaleUniform");
     Globals.Delete("MaleUniform");
     Globals.DeleteCollection("StudentAccessory_", StudentGlobals.KeysOfStudentAccessory());
     Globals.DeleteCollection("StudentArrested_", StudentGlobals.KeysOfStudentArrested());
     Globals.DeleteCollection("StudentBroken_", StudentGlobals.KeysOfStudentBroken());
     Globals.DeleteCollection("StudentBustSize_", StudentGlobals.KeysOfStudentBustSize());
     GlobalsHelper.DeleteColorCollection("StudentColor_", StudentGlobals.KeysOfStudentColor());
     Globals.DeleteCollection("StudentDead_", StudentGlobals.KeysOfStudentDead());
     Globals.DeleteCollection("StudentDying_", StudentGlobals.KeysOfStudentDying());
     Globals.DeleteCollection("StudentExpelled_", StudentGlobals.KeysOfStudentExpelled());
     Globals.DeleteCollection("StudentExposed_", StudentGlobals.KeysOfStudentExposed());
     GlobalsHelper.DeleteColorCollection("StudentEyeColor_", StudentGlobals.KeysOfStudentEyeColor());
     Globals.DeleteCollection("StudentGrudge_", StudentGlobals.KeysOfStudentGrudge());
     Globals.DeleteCollection("StudentHairstyle_", StudentGlobals.KeysOfStudentHairstyle());
     Globals.DeleteCollection("StudentKidnapped_", StudentGlobals.KeysOfStudentKidnapped());
     Globals.DeleteCollection("StudentMissing_", StudentGlobals.KeysOfStudentMissing());
     Globals.DeleteCollection("StudentName_", StudentGlobals.KeysOfStudentName());
     Globals.DeleteCollection("StudentPhotographed_", StudentGlobals.KeysOfStudentPhotographed());
     Globals.DeleteCollection("StudentReplaced_", StudentGlobals.KeysOfStudentReplaced());
     Globals.DeleteCollection("StudentReputation_", StudentGlobals.KeysOfStudentReputation());
     Globals.DeleteCollection("StudentSanity_", StudentGlobals.KeysOfStudentSanity());
     Globals.DeleteCollection("StudentSlave_", StudentGlobals.KeysOfStudentSlave());
 }
Esempio n. 15
0
    // Token: 0x0600035A RID: 858 RVA: 0x0003A860 File Offset: 0x00038C60
    public static bool GetQuitClub(ClubType clubID)
    {
        string str = "QuitClub_";
        int    num = (int)clubID;

        return(GlobalsHelper.GetBool(str + num.ToString()));
    }
Esempio n. 16
0
    // Token: 0x0600049E RID: 1182 RVA: 0x0003C9D8 File Offset: 0x0003ADD8
    public static void SetStudentSlave(int studentID, bool value)
    {
        string text = studentID.ToString();

        KeysHelper.AddIfMissing("StudentSlave_", text);
        GlobalsHelper.SetBool("StudentSlave_" + text, value);
    }
Esempio n. 17
0
    // Token: 0x060003F1 RID: 1009 RVA: 0x0003B7E0 File Offset: 0x00039BE0
    public static void SetPhotoPosition(int photoID, Vector2 value)
    {
        string text = photoID.ToString();

        KeysHelper.AddIfMissing("PhotoPosition_", text);
        GlobalsHelper.SetVector2("PhotoPosition_" + text, value);
    }
Esempio n. 18
0
    // Token: 0x0600035B RID: 859 RVA: 0x0003A88C File Offset: 0x00038C8C
    public static void SetQuitClub(ClubType clubID, bool value)
    {
        int    num  = (int)clubID;
        string text = num.ToString();

        KeysHelper.AddIfMissing("QuitClub_", text);
        GlobalsHelper.SetBool("QuitClub_" + text, value);
    }
 // Token: 0x06001457 RID: 5207 RVA: 0x000B3D08 File Offset: 0x000B1F08
 public static void DeleteVector3Collection(string key, int[] usedKeys)
 {
     foreach (int num in usedKeys)
     {
         GlobalsHelper.DeleteVector3(key + num.ToString());
     }
     KeysHelper.Delete(key);
 }
Esempio n. 20
0
 // Token: 0x06001599 RID: 5529 RVA: 0x000B7BD5 File Offset: 0x000B5DD5
 public static bool GetStudentFriend(int studentID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_StudentFriend_",
         studentID.ToString()
     })));
 }
Esempio n. 21
0
 // Token: 0x0600158C RID: 5516 RVA: 0x000B799D File Offset: 0x000B5B9D
 public static bool GetSenpaiPhoto(int photoID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_SenpaiPhoto_",
         photoID.ToString()
     })));
 }
Esempio n. 22
0
 // Token: 0x06001580 RID: 5504 RVA: 0x000B775A File Offset: 0x000B595A
 public static Vector2 GetPhotoPosition(int photoID)
 {
     return(GlobalsHelper.GetVector2(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_PhotoPosition_",
         photoID.ToString()
     })));
 }
Esempio n. 23
0
 // Token: 0x0600157D RID: 5501 RVA: 0x000B769A File Offset: 0x000B589A
 public static bool GetPhotoOnCorkboard(int photoID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_PhotoOnCorkboard_",
         photoID.ToString()
     })));
 }
 // Token: 0x060014D3 RID: 5331 RVA: 0x000B7119 File Offset: 0x000B5319
 public static bool GetTopicDiscovered(int topicID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_TopicDiscovered_",
         topicID.ToString()
     })));
 }
 public static bool GetServicePurchased(int serviceID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_ServicePurchased_",
         serviceID.ToString()
     })));
 }
 // Token: 0x060014EA RID: 5354 RVA: 0x000B76A2 File Offset: 0x000B58A2
 public static bool GetSuitorCheck(int checkID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_SuitorCheck_",
         checkID.ToString()
     })));
 }
Esempio n. 27
0
 // Token: 0x0600159C RID: 5532 RVA: 0x000B7C96 File Offset: 0x000B5E96
 public static bool GetStudentPantyShot(string studentName)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_StudentPantyShot_",
         studentName
     })));
 }
 public static bool GetSchemeUnlocked(int schemeID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_SchemeUnlocked_",
         schemeID.ToString()
     })));
 }
Esempio n. 29
0
 // Token: 0x060015A0 RID: 5536 RVA: 0x000B7D6A File Offset: 0x000B5F6A
 public static bool GetShrineCollectible(int ID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_ShrineCollectible",
         ID.ToString()
     })));
 }
 // Token: 0x060014E7 RID: 5351 RVA: 0x000B75E3 File Offset: 0x000B57E3
 public static bool GetComplimentGiven(int complimentID)
 {
     return(GlobalsHelper.GetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_ComplimentGiven_",
         complimentID.ToString()
     })));
 }