Difference between revisions of "FileData"

Line 9: Line 9:
 
== Supertypes ==
 
== Supertypes ==
 
[[Data]]
 
[[Data]]
 +
 
[[Object]]
 
[[Object]]
 
== See Also ==
 
== See Also ==

Revision as of 09:32, 13 November 2011

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

Data representing the contents of a file.

Functions

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:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

Data

Object

See Also

Other Languages