Difference between revisions of "Body:isStatic"
(oldin notice.) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{oldin|[[0.8.0]]|080|type=method}} | |
Get the static status of the body. | Get the static status of the body. | ||
A static body has no mass and a constant position. It will not react to collisions. Often used for walls. | A static body has no mass and a constant position. It will not react to collisions. Often used for walls. | ||
− | |||
A dynamic body has mass and can move. It will react to collisions when the world is updated. | A dynamic body has mass and can move. It will react to collisions when the world is updated. | ||
Line 16: | Line 15: | ||
=== Returns === | === Returns === | ||
{{param|boolean|status|The static status of the body.}} | {{param|boolean|status|The static status of the body.}} | ||
+ | |||
== See Also == | == See Also == | ||
* [[parent::Body]] | * [[parent::Body]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Get the static status of the body. | + | {{#set:Description=Get the static status of the body.}} |
− | }} | + | {{#set:Since=000}} |
+ | |||
+ | == Other Languages == | ||
+ | {{i18n|Body:isStatic}} |
Latest revision as of 18:56, 16 May 2012
Removed in LÖVE 0.8.0 |
This method is not supported in that and later versions. |
Get the static status of the body.
A static body has no mass and a constant position. It will not react to collisions. Often used for walls.
A dynamic body has mass and can move. It will react to collisions when the world is updated.
Function
Synopsis
status = Body:isStatic( )
Arguments
None.
Returns
boolean status
- The static status of the body.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info