Hi I want lua C api to create Lua table like
table={['key1']={5,4,3,2},['key2']={1,0,1,1,0},['key3']={0,10,0,30,0,50}}
thanks in-advance....
Hi I want lua C api to create Lua table like
table={['key1']={5,4,3,2},['key2']={1,0,1,1,0},['key3']={0,10,0,30,0,50}}
thanks in-advance....
Copyright © 2021 Jogjafile Inc.
My lua2c gives this:
This automatically generated code postpones setting table entries to the end; it can be more readable to set them as soon as possible, but you need to adjust the indices carefully.