A function defined in GMBullet.yy
btCollisionObject_checkCollideWithOverride(collisionObject, otherObject)
Checks if a Bullet Physics collision object should collide with another object.
Name | Type | Description |
---|---|---|
collisionObject | Pointer |
A pointer to a btCollisionObject instance. |
otherObject | Pointer |
A pointer to another btCollisionObject instance. |
Bool
A boolean value indicating whether collisionObject should collide with otherObject.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.