Difference between revisions of "FileData"

Line 3: Line 3:
  
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::FileData]] OR [[parent::Data]] OR [[parent::Object]] [[Since::<071]]
+
{{#ask: [[Category:Functions]] [[parent::FileData||Data||Object]] [[Since::<071]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description

Revision as of 17:36, 25 March 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