btCollisionWorld_getPairCache

A function defined in GMBullet.yy

btCollisionWorld_getPairCache(collisionWorld)

Description

Retrieves the pair cache associated with a given btCollisionWorld instance.

Arguments

Name Type Description
collisionWorld Pointer A pointer to the btCollisionWorld instance for which the pair cache will be retrieved. It should be a valid pointer to an existing btCollisionWorld instance.

Returns

Pointer A pointer to the pair cache (e.g., btHashedOverlappingPairCache) associated with the specified collisionWorld.


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