Difference between revisions of "World:destroy"

m
m (traduzi esta pagina)
Line 1: Line 1:
 
{{newin|[[0.8.0]]|080|type=method}}
 
{{newin|[[0.8.0]]|080|type=method}}
Destroys the world, taking all bodies, joints, fixtures and their shapes with it.  
+
Destrói o mundo, levando todos os corpos, articulações, acessórios e suas formas com ele.
  
An error will occur if you attempt to use any of the destroyed objects after calling this function.
+
Ocorrerá um erro se você tentar usar qualquer um dos objetos destruídos após chamar esta função.
  
 
== Function ==
 
== Function ==
Line 9: Line 9:
 
World:destroy( )
 
World:destroy( )
 
</source>
 
</source>
=== Arguments ===
+
=== Argumentos ===
None.
+
Nenhum.
=== Returns ===
+
=== Retorna ===
Nothing.
+
Nada.
  
 
== See Also ==
 
== See Also ==

Revision as of 16:43, 29 February 2020

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Destrói o mundo, levando todos os corpos, articulações, acessórios e suas formas com ele.

Ocorrerá um erro se você tentar usar qualquer um dos objetos destruídos após chamar esta função.

Function

Synopsis

World:destroy( )

Argumentos

Nenhum.

Retorna

Nada.

See Also


Other Languages