PopulateBuffer Data Member Function

Populates a <NodeBuffer> with non-owning pointers to the <Group> node object's children of the specified type.

Prototype

int32 PopulateBuffer( NodeBuffer p_oTypeInfo, TypeInformation p_oBuffer )

Parameters

Parameter Type Parameter Name Documentation
<NodeBuffer>p_oTypeInfoA <TypeInformation> representing the <Node> type to collect.
TypeInformationp_oBufferA pointer to the <NodeBuffer> that stores the child <Node> pointers.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.