Difference between revisions of "B2.World:destroyBody"
From GiderosMobile
| Line 4: | Line 4: | ||
| '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/> | ||
| === <translate>Description</translate> === | === <translate>Description</translate> === | ||
| − | <translate | + | <translate> | 
| Destroys a rigid body. This function is locked during callbacks.<br /> | Destroys a rigid body. This function is locked during callbacks.<br /> | ||
| <br /> | <br /> | ||
| − | + | '''Warning:'''<br /> | |
| − | + | - This automatically deletes all associated shapes and joints.<br /> | |
| − | + | - This function is locked during callbacks.<br /> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| <br /></translate> | <br /></translate> | ||
| <source lang="lua"> | <source lang="lua"> | ||
Revision as of 14:02, 5 October 2018
Available since: Gideros 2011.6
Class: b2.World
Description
Destroys a rigid body. This function is locked during callbacks.
Warning:
- This automatically deletes all associated shapes and joints.
- This function is locked during callbacks.
 b2.World:destroyBody(body)
Parameters
body: (b2.Body) body to be destroyed 
