Return true if the body is active * @return True if the body currently active and false otherwise */
| 407 | * @return True if the body currently active and false otherwise |
| 408 | */ |
| 409 | bool Body::isActive() const { |
| 410 | return mWorld.mBodyComponents.getIsActive(mEntity); |
| 411 | } |
| 412 | |
| 413 | // Return a pointer to the user data attached to this body |
| 414 | /** |
no test coverage detected