Difference between revisions of "Data:getPointer"

m (added Other Languages section)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets a pointer to the Data.}}
 
{{#set:Description=Gets a pointer to the Data.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Data:getPointer}}
 
{{i18n|Data:getPointer}}

Revision as of 09:36, 25 March 2011

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