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