コード例 #1
0
ファイル: KeyNameS3SA.cs プロジェクト: Nofasar/s3pi-wrappers
 public static void ResetThumbnails()
 {
     if (sThumbnails != null)
     {
         sThumbnails = null;
     }
 }
コード例 #2
0
ファイル: KeyNameS3SA.cs プロジェクト: Nofasar/s3pi-wrappers
 public static void ResetGameContent()
 {
     if (sGameContent != null)
     {
         sGameContent = null;
     }
 }
コード例 #3
0
ファイル: KeyNameS3SA.cs プロジェクト: Nofasar/s3pi-wrappers
 public static void ResetDDSImages()
 {
     if (sDDSImages != null)
     {
         sDDSImages = null;
     }
 }
コード例 #4
0
ファイル: KeyNameS3SA.cs プロジェクト: Nofasar/s3pi-wrappers
 public static void ResetCustomContent()
 {
     if (sCustomContent != null)
     {
         sCustomContent = null;
     }
 }
コード例 #5
0
ファイル: KeyNameS3SA.cs プロジェクト: Nofasar/s3pi-wrappers
 public static void ResetGameCore()
 {
     if (sGameCore != null)
     {
         sGameCore = null;
     }
 }
コード例 #6
0
ファイル: KeyNameS3SA.cs プロジェクト: Nofasar/s3pi-wrappers
 public static void ResetCurrent()
 {
     if (sCurrent != null)
     {
         sCurrent = null;
     }
 }
コード例 #7
0
 public static void ResetThumbnails()
 {
     if (sThumbnails != null)
     {
         sThumbnails = null;
     }
 }
コード例 #8
0
 public static void ResetGameCore()
 {
     if (sGameCore != null)
     {
         sGameCore = null;
     }
 }
コード例 #9
0
 public static void ResetGameContent()
 {
     if (sGameContent != null)
     {
         sGameContent = null;
     }
 }
コード例 #10
0
 public static void ResetDDSImages()
 {
     if (sDDSImages != null)
     {
         sDDSImages = null;
     }
 }
コード例 #11
0
 public static void ResetCustomContent()
 {
     if (sCustomContent != null)
     {
         sCustomContent = null;
     }
 }
コード例 #12
0
 public static void ResetCurrent()
 {
     if (sCurrent != null)
     {
         sCurrent = null;
     }
 }