Declaration
event OnFootBallCollided(target entity<LevelObject>, velocity Vector3)
go
Parameters
Name | Type | Description |
---|---|---|
Target | LevelObject | Collision Objects |
Velocity | Vector3 | Speed after collision |
Fired when the ball collides with an entity
event OnFootBallCollided(target entity<LevelObject>, velocity Vector3)
go
Name | Type | Description |
---|---|---|
Target | LevelObject | Collision Objects |
Velocity | Vector3 | Speed after collision |