Difference between revisions of "Object (Русский)"

(Created page with 'Супер-класс для всех типов LÖVE. == Функции == {{#ask: Category:Functions parent::Object | headers=hide | ?Description }} == Смотрит…')
 
m
Line 1: Line 1:
Супер-класс для всех типов LÖVE.
+
Базовый класс для всех типов LÖVE.
 
== Функции ==
 
== Функции ==
 
{{#ask: [[Category:Functions]] [[parent::Object]]
 
{{#ask: [[Category:Functions]] [[parent::Object]]
Line 8: Line 8:
 
* [[parent::love_(Русский)]]
 
* [[parent::love_(Русский)]]
 
[[Category:Types]]
 
[[Category:Types]]
{{#set:Description=Супер-класс для всех типов LÖVE.}}
+
{{#set:Description=Базовый класс для всех типов LÖVE.}}
 
== Другие языки ==
 
== Другие языки ==
 
{{i18n|Object}}
 
{{i18n|Object}}

Revision as of 10:01, 19 December 2010

Базовый класс для всех типов LÖVE.

Функции

Object:releaseImmediately destroys the object's Lua reference.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Смотрите также

Другие языки