Difference between revisions of "Object (Español)"

(Created page with "The superclass of all LÖVE types. == Functions == {{#ask: Category:Functions (Español) parent::Object (Español) | headers=hide | ?Description }} == See Also == * [[par...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The superclass of all LÖVE types.
+
La superclase de todos los tipos de LÖVE.
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions (Español)]] [[parent::Object (Español)]]
+
{{#ask: [[Category:Functions]] [[parent::Object (Español)]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
Line 8: Line 8:
 
* [[parent::love (Español)]]
 
* [[parent::love (Español)]]
 
[[Category:Types (Español)]]
 
[[Category:Types (Español)]]
{{#set:Description=El superclase de todos los tipos de LÖVE.}}
+
{{#set:Description=La superclase de todos los tipos de LÖVE.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Object}}
 
{{i18n|Object}}

Latest revision as of 03:03, 26 June 2011

La superclase de todos los tipos de LÖVE.

Functions

Object:release (Español)Destruye inmediatamente la referencia a lua del objeto.
Object:type (Español)Obtiene el tipo del objeto como una cadena (string).
Object:typeOf (Español)Comprueba si un objeto es de un tipo determinado.

See Also


Other Languages