[−][src]Module screeps_api::websocket::types::room
Update parsing for 'room' update records.
This is made significantly more complicated by the fact that all updates besides the initial one are "partial" - they only contain changes, and each update to a specific room object will not contain the object's type, as it will not have changed.
Modules
flags | Types for user flags which can appear in rooms. |
objects | Room object parsing. |
resources | Managing and parsing resource |
Structs
RoomUpdate | Update for detailed room information. |
RoomUpdateInfo | "info" struct to go with room update. |
RoomUpdateUserInfo | Information on a user which is packaged with a room update. |