Return a pointer to the user data attached to this body * @return A pointer to the user data you have attached to the body */
| 415 | * @return A pointer to the user data you have attached to the body |
| 416 | */ |
| 417 | void* Body::getUserData() const { |
| 418 | return mWorld.mBodyComponents.getUserData(mEntity); |
| 419 | } |
| 420 | |
| 421 | // Attach user data to this body |
| 422 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected