A function defined in GMBullet.yy
btCollisionWorld_getDispatcher(collisionWorld)
Retrieves the dispatcher associated with a given btCollisionWorld instance. The dispatcher is responsible for processing collision events and sending them to appropriate collision algorithms.
Name | Type | Description |
---|---|---|
collisionWorld | Pointer |
A pointer to the btCollisionWorld instance for which the dispatcher will be retrieved. It should be a valid pointer to an existing btCollisionWorld instance. |
Pointer
A pointer to the dispatcher (e.g., btDispatcher) associated with the specified collisionWorld.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.