lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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/