BulletEntity:Collision
BulletEntity:Collision(entity: Entity, hit: RayCastHit, shooter: Player | nil)
Parameters
Name | Type | Description |
---|---|---|
entity | Entity | |
hit | RayCastHit | |
shooter | Player | nil |
Example
Hooks:Install('BulletEntity:Collision', 1, function(hook, entity, hit, shooter)
-- Do stuff here.
end)
Last modified December 20, 2020: Add changelog for build 17368 and vext 1.0.8 (ce9971d7)