Difference between revisions of "Data:getPointer"
(Removed oldin and fixed return value) |
|||
Line 1: | Line 1: | ||
− | |||
Gets a pointer to the Data. | Gets a pointer to the Data. | ||
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | pointer = Data:getPointer( ) | |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param|light userdata| | + | {{param|light userdata|pointer|A raw pointer to the Data.}} |
− | |||
== See Also == | == See Also == | ||
* [[parent::Data]] | * [[parent::Data]] | ||
+ | * [[Data:getSize]] | ||
+ | * [[Data:getString]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets a pointer to the Data.}} | {{#set:Description=Gets a pointer to the Data.}} |
Revision as of 20:19, 29 August 2013
Gets a pointer to the Data.
Function
Synopsis
pointer = Data:getPointer( )
Arguments
None.
Returns
light userdata pointer
- A raw pointer to the Data.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info