ChildProxyT.getChildByIndex

Fetches a child by its number.

template ChildProxyT(TStruct)
getChildByIndex
(
uint index
)

Parameters

index uint

the childs position in the child list

Return Value

Type: ObjectG

the child object or NULL if not found (index too high). Unref after usage. MT safe. [transfer full]

Meta