示例#1
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);
    }
    // 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);
    }
示例#3
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);
    }
示例#4
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);
    }
    // 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);
    }
示例#6
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);
    }
示例#7
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);
    }
    // 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);
    }
    // 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);
    }
示例#10
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);
    }
示例#11
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);
    }
示例#12
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);
    }
示例#13
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);
    }
示例#14
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);
    }
示例#15
0
 // Token: 0x0600159D RID: 5533 RVA: 0x000B7CCC File Offset: 0x000B5ECC
 public static void SetStudentPantyShot(string studentName, bool value)
 {
     KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_StudentPantyShot_", studentName);
     GlobalsHelper.SetBool(string.Concat(new object[]
     {
         "Profile_",
         GameGlobals.Profile,
         "_StudentPantyShot_",
         studentName
     }), value);
 }
示例#16
0
    // Token: 0x060015E1 RID: 5601 RVA: 0x000BA5D0 File Offset: 0x000B87D0
    public static void SetDemonActive(int demonID, bool value)
    {
        string text = demonID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_DemonActive_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_DemonActive_",
            text
        }), value);
    }
    // Token: 0x060014B7 RID: 5303 RVA: 0x000B696C File Offset: 0x000B4B6C
    public static void SetBasementTapeCollected(int tapeID, bool value)
    {
        string text = tapeID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_BasementTapeCollected_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_BasementTapeCollected_",
            text
        }), value);
    }
    // Token: 0x060014E8 RID: 5352 RVA: 0x000B761C File Offset: 0x000B581C
    public static void SetComplimentGiven(int complimentID, bool value)
    {
        string text = complimentID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_ComplimentGiven_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_ComplimentGiven_",
            text
        }), value);
    }
    // Token: 0x060014EB RID: 5355 RVA: 0x000B76DC File Offset: 0x000B58DC
    public static void SetSuitorCheck(int checkID, bool value)
    {
        string text = checkID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_SuitorCheck_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_SuitorCheck_",
            text
        }), value);
    }
示例#20
0
    // Token: 0x060015E4 RID: 5604 RVA: 0x000BA690 File Offset: 0x000B8890
    public static void SetGardenGraveOccupied(int graveID, bool value)
    {
        string text = graveID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_GardenGraveOccupied_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_GardenGraveOccupied_",
            text
        }), value);
    }
示例#21
0
    // Token: 0x060015A1 RID: 5537 RVA: 0x000B7DA4 File Offset: 0x000B5FA4
    public static void SetShrineCollectible(int ID, bool value)
    {
        string text = ID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_ShrineCollectible", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_ShrineCollectible",
            text
        }), value);
    }
示例#22
0
    // Token: 0x0600158D RID: 5517 RVA: 0x000B79D8 File Offset: 0x000B5BD8
    public static void SetSenpaiPhoto(int photoID, bool value)
    {
        string text = photoID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_SenpaiPhoto_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_SenpaiPhoto_",
            text
        }), value);
    }
示例#23
0
    // Token: 0x0600159A RID: 5530 RVA: 0x000B7C10 File Offset: 0x000B5E10
    public static void SetStudentFriend(int studentID, bool value)
    {
        string text = studentID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_StudentFriend_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_StudentFriend_",
            text
        }), value);
    }
    // Token: 0x060014D4 RID: 5332 RVA: 0x000B7154 File Offset: 0x000B5354
    public static void SetTopicDiscovered(int topicID, bool value)
    {
        string text = topicID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_TopicDiscovered_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_TopicDiscovered_",
            text
        }), value);
    }
    public static void SetServicePurchased(int serviceID, bool value)
    {
        string text = serviceID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_ServicePurchased_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_ServicePurchased_",
            text
        }), value);
    }
    public static void SetSchemeStatus(int schemeID, bool value)
    {
        string text = schemeID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_SchemeStatus_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_SchemeStatus_",
            text
        }), value);
    }
    // Token: 0x06000372 RID: 882 RVA: 0x0003ACD4 File Offset: 0x000390D4
    public static void SetTopicLearnedByStudent(int topicID, int studentID, bool value)
    {
        string text  = topicID.ToString();
        string text2 = studentID.ToString();

        KeysHelper.AddIfMissing("TopicLearnedByStudent_", text + '^' + text2);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "TopicLearnedByStudent_",
            text,
            '_',
            text2
        }), value);
    }
示例#28
0
    // Token: 0x06001499 RID: 5273 RVA: 0x000B49C8 File Offset: 0x000B2BC8
    public static void SetClubKicked(ClubType clubID, bool value)
    {
        int    num  = (int)clubID;
        string text = num.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_ClubKicked_", text);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_ClubKicked_",
            text
        }), value);
    }
    // Token: 0x060014D7 RID: 5335 RVA: 0x000B7234 File Offset: 0x000B5434
    public static void SetTopicLearnedByStudent(int topicID, int studentID, bool value)
    {
        string text  = topicID.ToString();
        string text2 = studentID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_TopicLearnedByStudent_", text + "^" + text2);
        GlobalsHelper.SetBool(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_TopicLearnedByStudent_",
            text,
            "_",
            text2
        }), value);
    }
示例#30
0
 // Token: 0x0600040B RID: 1035 RVA: 0x0003BA0D File Offset: 0x00039E0D
 public static void SetStudentPantyShot(string studentName, bool value)
 {
     KeysHelper.AddIfMissing("StudentPantyShot_", studentName);
     GlobalsHelper.SetBool("StudentPantyShot_" + studentName, value);
 }