ACU:IsConnected

From 3dbrew
Revision as of 15:57, 30 September 2024 by TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code [0x003E0042]}} {{IPC/RequestEntry|Process ID of target process to check (or zero, see desc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

Index Word Description
0 Header code [0x003E0042]
1 Process ID of target process to check (or zero, see description)
2 Descriptor for process ID
3 Placeholder for process ID

Response[edit]

Index Word Description
0 Header code [0x003E0080]
1 Result code
2 bool, target process is connected

Description[edit]

Checks whether or not the target process has connected via ACU:ConnectAsync. If a specific process ID is specified, this checks if the associated process has connected. When the input process ID is zero, this performs the same check for the current process.