We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5086d3 commit 8029addCopy full SHA for 8029add
common/inferno.go
@@ -138,6 +138,7 @@ func (inf Inferno) ConvexHull3D() quickhull.ConvexHull {
138
}
139
140
// Owner returns the player who threw the fire grenade.
141
+// Could be nil if the player disconnected after throwing it.
142
func (inf Inferno) Owner() *Player {
143
return inf.demoInfoProvider.FindPlayerByHandle(inf.Entity.FindPropertyI("m_hOwnerEntity").Value().IntVal)
144
0 commit comments