Difference between revisions of "Data:getPointer"

Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=method}}
 
Gets a pointer to the Data.
 
Gets a pointer to the Data.
 
== Function ==
 
== Function ==

Revision as of 09:05, 9 April 2013

Removed in LÖVE 0.9.0
This method is not supported in that and later versions.

Gets a pointer to the Data.

Function

Synopsis

ptr, size = Data:getPointer( )

Arguments

None.

Returns

light userdata ptr
A raw pointer to the Data.
number size
The size of the Data in bytes.

See Also


Other Languages