Difference between revisions of "FileData (Português)"

(versão inicial)
 
m (translation update)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{newin|[[0.7.0]]|type=class}}
+
{{newin|[[0.7.0]]|070|type=object}}
 
[[Data (Português)]] representando o conteúdo de um arquivo.
 
[[Data (Português)]] representando o conteúdo de um arquivo.
  
== Função ==
+
== Funções ==
{{#ask: [[Category:Functions]] [[parent::FileData (Português)]] OR [[parent::Data (Português)]]
+
{{#ask: [[Category:Functions]] [[parent::FileData||Data||Object (Português)]] [[Since::<071]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
 
}}
 
}}
 +
 +
== Supertipos ==
 +
[[Data (Português)]]
 +
 +
[[Object (Português)]]
 +
 
== Veja Também ==
 
== Veja Também ==
 
* [[parent::love.filesystem (Português)]]
 
* [[parent::love.filesystem (Português)]]
Line 13: Line 19:
 
{{#set:Description=[[Data (Português)]] representando o conteúdo de um arquivo.
 
{{#set:Description=[[Data (Português)]] representando o conteúdo de um arquivo.
 
}}
 
}}
 +
 
== Outros Idiomas ==
 
== Outros Idiomas ==
 
{{i18n|FileData}}
 
{{i18n|FileData}}

Latest revision as of 09:31, 13 November 2011

Available since LÖVE 0.7.0
This object is not supported in earlier versions.

Data (Português) representando o conteúdo de um arquivo.

Funções

Data:getPointerGets a pointer to the Data.
Data:getSizeGets the Data's size in bytes.
FileData:getExtensionGets the extension of the FileData.
FileData:getFilenameGets the filename of the FileData.
Object:type (Português)Obtém o tipo do objeto como um string.
Object:typeOf (Português)Verifica se um objeto é de um certo tipo.

Supertipos

Data (Português)

Object (Português)

Veja Também


Outros Idiomas