Changes between Version 7 and Version 8 of documentation/LuaManual/APIReference

Show
Ignore:
Author:
gambini (IP: 96.38.104.126)
Timestamp:
05/29/12 09:27:27 (5 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/LuaManual/APIReference

    v7 v8  
    470470   To be set in Lua; return the number of rows in the given table. 
    471471 
    472  '''GetRow''' = function(`string` ''table_name'', `int` ''index'', `{string}` ''columns'') return `{string}` end:: 
     472 '''GetRow'''`   `= function(`string` ''table_name'', `int` ''index'', `{string}` ''columns'') return `{string}` end:: 
    473473   To be set in Lua; return a table of the values of the columns in string form.