NetworkIsInactiveProfile
Docslocal retval, networkHandle = NetworkIsInactiveProfile()Description
Checks if the networkHandle is the same as any other user that is signed in on the local machine.
For example, if your console has two or more users signed in (on different controllers), the profile that is not controlling the game would be "inactive".
Parameters
| Name | Type | Description |
|---|---|---|
networkHandle | int* | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).