SqlGetJson(sqlquery, int)
From NWN Lexicon
Jump to navigationJump to searchRetrieve a column cast as a json value of the currently stepped row.
Parameters
- sqlQuery
- a prepared sql query
- nIndex
- the row index into the query
Description
Retrieve a column cast as a json value of the currently stepped row.
Remarks
You can call this after SqlStep returned TRUE. In case of error, a json null value will be returned. In traditional fashion, nIndex starts at 0.
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |