A function defined in GMBullet.yy
btCollisionObject_checkCollideWith(collisionObject, otherObject)
Checks if the specified collision object can collide with another collision object.
Name | Type | Description |
---|---|---|
collisionObject | Pointer |
A pointer to a btCollisionObject instance. |
otherObject | Pointer |
A pointer to the other btCollisionObject instance to check for collision. |
Bool
Returns true if the collisionObject can collide with the otherObject, false otherwise.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.