TLuaXMLNode FindChildNode(string sElementName, int iOffset)
Return values
The function returns a valid TLuaXMLNode device if the element was found.
Parameters
Remarks
The function can be used to iterate over a number of child elements with the same name. Increment the offset parameter to retrieve the next element.