Fetch the data for the LiveCode script dictionary entry with name <pEntryName> and type <pType>
function ideDocsFetchLCSDataOfType pEntryName, pType return ideDocsFetchDataOfType(pEntryName, "LiveCode Script", pType) end ideDocsFetchLCSDataOfType
Returns: An array of data pertaining to the unique LiveCode script dictionary entry with the given name and type.