Tables for Lua

You can refere to external table file from Lua script for expression.
File I/O itself can be executed within Lua script, but full scripting is somewhat troublesome.
Thus, we prepare simlple API to read simple external text table file.

At first, register table files from the dialog.
By clicking edit button, you can edit table file directly with simple text editor.

For now, table must be consits of pair of argument (integer) and value (float)



To get the value from the table, use following function with argument and index of table. If the fuction is called with argument that does not exist in table, the function returns 0.

value = C.GetTableValue(argument, index of table)

return
inserted by FC2 system