NetworkSendTransitionGamerInstruction
Docslocal retval, networkHandle = NetworkSendTransitionGamerInstruction(p1, p2, p3, p4)Description
the first arg seems to be the network player handle (&handle) and the second var is pretty much always "" and the third seems to be a number between 0 and ~10 and the 4th is is something like 0 to 5 and I guess the 5th is a bool cuz it is always 0 or 1
does this send an invite to a player?
Parameters
| Name | Type | Description |
|---|---|---|
networkHandle | int* | — |
p1 | char* | — |
p2 | int | — |
p3 | int | — |
p4 | BOOL | — |
Returns
BOOLReturns TRUE (1) or FALSE (0).