Difference between revisions of "Data"

m
Line 1: Line 1:
 
The superclass of all data.
 
The superclass of all data.
 
== Functions ==
 
== Functions ==
{{#ask: [[Category:Functions]] [[parent::Data||Object]] [[Since::<071]]
+
{{#ask: [[Category:Functions]] [[parent::Data||Object]] [[Concept:Current]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description

Revision as of 22:59, 23 June 2012

The superclass of all data.

Functions

Data:cloneCreates a new copy of the Data object.
Data:getFFIPointerGets an FFI pointer to the Data.
Data:getPointerGets a pointer to the Data.
Data:getSizeGets the Data's size in bytes.
Data:getStringGets the full Data as a string.
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.

Supertypes

Object

Subtypes

SoundData

See Also


Other Languages