NWMUDS:UpdateNetworkAttribute

From 3dbrew
Revision as of 16:50, 2 April 2016 by Yellows8 (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

Index Word Description
0 Header code [0x00070080]
1 u16 bitmask
2 u8 flag

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

When flag is zero, an u16 state field is cleared using the input bitmask. When flag is non-zero, it's ORRed using the input bitmask instead. If bitmask 0x4 is clear in the input bitmask, this clears that bit in the value before actually writing the value into state.

This seems to be used by the host device for updating networkstruct+0x16.