Declaración
event OnBulletHit(target entity<Aimable>, hitPosition Vector3)
go
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
Target | AimableEntity | The target hit |
Hit Position | Vector3 | The world coordinates of the bullet hitting location |
Triggered when the bullet hits the target
event OnBulletHit(target entity<Aimable>, hitPosition Vector3)
go
Nombre | Tipo | Descripción |
---|---|---|
Target | AimableEntity | The target hit |
Hit Position | Vector3 | The world coordinates of the bullet hitting location |