You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
marcushutchings edited this page Sep 6, 2022
·
3 revisions
UnitFeatureCollision(number colliderUnitId, number collideeFeatureId)
This callback is triggered whenever a unit collides with a feature.
Note: this function used to allow a bool to be returned. When set to true it would prevent the engine from processing the collision. This is now deprecated.
UnitUnitCollision(number colliderUnitId, number collideeUnitId)
This callback is triggered whenever a unit collides with another unit.
Note: this function used to allow a bool to be returned. When set to true it would prevent the engine from processing the collision. This is now deprecated.