You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLIENT <=> SERVER
[Byte 0] MODULE_STATE_CHANGE
[Byte 1] Slot ID to modify (or 0xf0 to modify hull module)
[Byte 2] Action (see second code block)
[Byte 3] New Value to set (SERVER => CLIENT only)
Possible Actions
// SERVER => CLIENT
CHANGE_STATUS_FLAGS, // edit status flags
CHANGE_HEALTH, // update saved health %
// CLIENT => SERVER
CHANGE_ONLINE_STATE = 10
The text was updated successfully, but these errors were encountered:
Implement Packet Handler for Module State Change.
Possible Actions
The text was updated successfully, but these errors were encountered: