Esempio n. 1
0
 /// <summary>
 /// This function returns one of the child elements of a given parent element. The child element is selected by its index (0 for the first child, 1 for the second and so on).
 /// </summary>
 public Element GetChild(int index = 0)
 {
     return(ElementManager.Instance.GetElement(MtaShared.GetElementChild(element, index)));
 }