Skip to content

Commit 8945d9f

Browse files
committed
events: document missing info on FireGrenade events
1 parent 8b03342 commit 8945d9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

events/events.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,15 @@ type SmokeExpired struct {
213213
}
214214

215215
// FireGrenadeStart signals the start of a molly/incendiary.
216+
// GrenadeType will always be EqIncendiary as it's not networked whether it's an incendiary or molotov.
217+
// Thrower will always be nil as this isn't networked.
216218
type FireGrenadeStart struct {
217219
GrenadeEvent
218220
}
219221

220222
// FireGrenadeExpired signals that all fires of a molly/incendiary have extinguished.
223+
// GrenadeType will always be EqIncendiary as it's not networked whether it's an incendiary or molotov.
224+
// Thrower will always be nil as this isn't networked.
221225
type FireGrenadeExpired struct {
222226
GrenadeEvent
223227
}

0 commit comments

Comments
 (0)