MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / GetUxProcesses

Method GetUxProcesses

loader/Main/LCU.cs:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 private static Process[] GetUxProcesses()
27 {
28 var name = ClientUxProcessName.Replace(".exe", "");
29 return Process.GetProcessesByName("LeagueClientUx");
30 }
31
32 public static bool IsRunning => GetUxProcesses().Length > 0;
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected