Exemple #1
0
 public bool CheckEnteringGame()
 {
     // One of these two flags will be true during the transition from the Save Slot menu into the actual game.
     return(oriMemory.GetGameInfo("Is Loading Old") || oriMemory.GetGameInfo("Is Loading New"));
 }