ChildProxyT.getChildByIndex

Fetches a child by its number.

template ChildProxyT(TStruct)
getChildByIndex
(
uint index
)

Parameters

index uint

the child's 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.

Meta