Client
get_client()
This function returns information about the game client.
Usage
Returns
None
or a dictionary about the game client.
window
- Window handle of the client
pid
- Process ID of the client
path
- Path to the client
running
- State of the client. The process state is checked each time this function is called.
Last updated