[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tables in C++
- From: Alex Queiroz <asandroq@...>
- Date: Thu, 27 Oct 2005 14:34:23 -0300
Hallo,
On 27/10/05, Alexandre Ribeiro de Sá <alex_r@vortexentertainment.com> wrote:
> Hi, I have a small problem to read tables data in C++.
>
> This is my table in LUA script: t = { 0.0, 0.0, -6.0 };
>
> Now I like to get the table data in C++, how can I do it?
>
>
Read the Lua manual: http://www.lua.org/manual/5.0/manual.html#3.11
--
-alex
http://www.ventonegro.org/