Difference between revisions of "Data:getPointer"

(fixed wording and return)
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.}}
 +
 +
== Other Languages ==
 +
{{i18n|Data:getPointer}}

Revision as of 15:32, 16 November 2010

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