ideDocsFetchLCSElementOfType

Fetch a specific element of the array of data for the LiveCode script dictionary entry with name <pEntryName> and type <pType>.

function ideDocsFetchLCSElementOfType pEntryName, pType, pElement return ideDocsFetchElementOfType(pEntryName, "LiveCode Script", pType, pElement) end ideDocsFetchLCSElementOfType

Returns: Either a string or an array of data describing the element of the array of data pertaining to the LiveCode script dictionary entry with the given name and type.