Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion api/source/Room.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ The `data` property is different for each event type according to the following
<ul>
<li>`targetId` - the target object ID</li>
<li>`amount` - the amount of build progress gained</li>
<li>`energySpent` - the energy amount spent on the operation</li></ul>
<li>`incomplete` - boolean indicating if the constructionsite is now completed</li></ul>
<li>`structureType` - a STRUCTURE_* constant indicating the type of structure</li></ul>
</td>
</tr>
<tr>
Expand Down