NWMUDS:GetConnectionStatus: Difference between revisions
No edit summary |
|||
Line 60: | Line 60: | ||
| u16 node_bitmask. This is a bitmask of NetworkNodeIDs: bit0 for NetworkNodeID 0x1(host), bit1 for NetworkNodeID 0x2(first original client), and so on. | | u16 node_bitmask. This is a bitmask of NetworkNodeIDs: bit0 for NetworkNodeID 0x1(host), bit1 for NetworkNodeID 0x2(first original client), and so on. | ||
|} | |} | ||
Right after [[NWMUDS:InitializeWithVersion|initializing]], this structure is all-zero except for the status which is value 0x3. | |||
==Status values== | ==Status values== | ||
Line 68: | Line 70: | ||
|- | |- | ||
| 0x3 | | 0x3 | ||
| Not connected to any network as a host/client. | | Not connected to any network as a host/client, or just initialized. | ||
|- | |- | ||
| 0x6 | | 0x6 |