Skip to content

Commit 069cb87

Browse files
authored
Update Room.md
1 parent db8e811 commit 069cb87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

api/source/Room.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,16 @@ The `data` property is different for each event type according to the following
603603
</ul>
604604
</td>
605605
</tr>
606+
<tr>
607+
<td>`EVENT_POWER`</td>
608+
<td>
609+
Apply one the creep's powers on the specified target.
610+
<ul>
611+
<li>`targetId` - the target object ID</li>
612+
<li>`power` - the power ability to use, one of the PWR_* constants</li>
613+
</ul>
614+
</td>
615+
</tr>
606616
</table>
607617

608618
{% api_method getPositionAt 'x, y' 1 %}

0 commit comments

Comments
 (0)