btCollisionWorld_getDispatcher

A function defined in GMBullet.yy

btCollisionWorld_getDispatcher(collisionWorld)

Description

Retrieves the dispatcher associated with a given btCollisionWorld instance. The dispatcher is responsible for processing collision events and sending them to appropriate collision algorithms.

Arguments

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.

Returns

Pointer A pointer to the dispatcher (e.g., btDispatcher) associated with the specified collisionWorld.


Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.