Exemple #1
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);
    }
    // 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);
    }
Exemple #4
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: 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);
    }
    // Token: 0x06000498 RID: 1176 RVA: 0x0003C910 File Offset: 0x0003AD10
    public static void SetStudentReputation(int studentID, int value)
    {
        string text = studentID.ToString();

        KeysHelper.AddIfMissing("StudentReputation_", text);
        PlayerPrefs.SetInt("StudentReputation_" + text, value);
    }
    // Token: 0x0600038D RID: 909 RVA: 0x0003B06C File Offset: 0x0003946C
    public static void SetTraitDemonstrated(int traitID, int value)
    {
        string text = traitID.ToString();

        KeysHelper.AddIfMissing("TraitDemonstrated_", text);
        PlayerPrefs.SetInt("TraitDemonstrated_" + text, value);
    }
Exemple #8
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: 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);
    }
    // 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);
    }
    // Token: 0x06000420 RID: 1056 RVA: 0x0003BC94 File Offset: 0x0003A094
    public static void SetSchemeStage(int schemeID, int value)
    {
        string text = schemeID.ToString();

        KeysHelper.AddIfMissing("SchemeStage_", text);
        PlayerPrefs.SetInt("SchemeStage_" + text, value);
    }
    // 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);
    }
Exemple #13
0
    // Token: 0x060003F4 RID: 1012 RVA: 0x0003B844 File Offset: 0x00039C44
    public static void SetPhotoRotation(int photoID, float value)
    {
        string text = photoID.ToString();

        KeysHelper.AddIfMissing("PhotoRotation_", text);
        PlayerPrefs.SetFloat("PhotoRotation_" + text, value);
    }
Exemple #14
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);
    }
    // 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);
    }
    // Token: 0x060003AC RID: 940 RVA: 0x0003B2F0 File Offset: 0x000396F0
    public static void SetMissionCondition(int id, int value)
    {
        string text = id.ToString();

        KeysHelper.AddIfMissing("MissionCondition_", text);
        PlayerPrefs.SetInt("MissionCondition_" + 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);
    }
Exemple #18
0
    // Token: 0x060004A5 RID: 1189 RVA: 0x0003CC3C File Offset: 0x0003B03C
    public static void SetTaskStatus(int taskID, int value)
    {
        string text = taskID.ToString();

        KeysHelper.AddIfMissing("TaskStatus_", text);
        PlayerPrefs.SetInt("TaskStatus_" + text, value);
    }
    // Token: 0x06000387 RID: 903 RVA: 0x0003AFA4 File Offset: 0x000393A4
    public static void SetSuitorTrait(int traitID, int value)
    {
        string text = traitID.ToString();

        KeysHelper.AddIfMissing("SuitorTrait_", text);
        PlayerPrefs.SetInt("SuitorTrait_" + text, value);
    }
    // Token: 0x0600048F RID: 1167 RVA: 0x0003C7E4 File Offset: 0x0003ABE4
    public static void SetStudentName(int studentID, string value)
    {
        string text = studentID.ToString();

        KeysHelper.AddIfMissing("StudentName_", text);
        PlayerPrefs.SetString("StudentName_" + text, value);
    }
Exemple #21
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);
    }
    // Token: 0x0600049B RID: 1179 RVA: 0x0003C974 File Offset: 0x0003AD74
    public static void SetStudentSanity(int studentID, float value)
    {
        string text = studentID.ToString();

        KeysHelper.AddIfMissing("StudentSanity_", text);
        PlayerPrefs.SetFloat("StudentSanity_" + 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);
    }
Exemple #24
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);
    }
    // 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);
    }
Exemple #26
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);
 }
Exemple #27
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);
    }
Exemple #28
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);
    }
Exemple #29
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);
    }
Exemple #30
0
    // Token: 0x06001584 RID: 5508 RVA: 0x000B7854 File Offset: 0x000B5A54
    public static void SetPhotoRotation(int photoID, float value)
    {
        string text = photoID.ToString();

        KeysHelper.AddIfMissing("Profile_" + GameGlobals.Profile + "_PhotoRotation_", text);
        PlayerPrefs.SetFloat(string.Concat(new object[]
        {
            "Profile_",
            GameGlobals.Profile,
            "_PhotoRotation_",
            text
        }), value);
    }