Declaration
event OnBulletHit(target entity<Aimable>, hitPosition Vector3)
go
Parameters
| Name | Type | Description |
|---|---|---|
| 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
| Name | Type | Description |
|---|---|---|
| Target | AimableEntity | The target hit |
| Hit Position | Vector3 | The world coordinates of the bullet hitting location |