Difference between revisions of "World:destroy"

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

Latest revision as of 19:18, 29 February 2020

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

Destroys the world, taking all bodies, joints, fixtures and their shapes with it.

An error will occur if you attempt to use any of the destroyed objects after calling this function.

Function

Synopsis

World:destroy( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages