Union Bytes EngineModulesDefinitionChildDefinition

Union Bytes Engine

GeneralHilfeseitensyntaxModules
AnimationBillboardCageCameraControlDefinition
CatchDefinitionChildDefinitionDefinitionColorDefinitionFloatDefinitionIntegerDefinitionNameDefinitionStringDefinitionVectorFindDefinitionFreeDefinitionLoadDefinitionNextDefinitionParentDefinitionPreviousDefinition
DrawingFontGadgetGeneralJoystickLightMaterialMathMeshNetworkNodeObjectParticlePhysicShaderSoundsSpriteTexture

ChildDefinition

Description

Returns the specified child definition of the given definition.

Syntax

*Definition = UBE_ChildDefinition( *Definition [, Index.i] )

Parameters

*Definition A valid pointer to a definition.
Index.i The index of the child node.
It counts from the first child forward: 0, 1, 2, ...
or from the last child backward: -1, -2, -3, ...

Return value

The pointer to the child definition or #Null if the child definition doesn't exist.

See also

Union Bytes | Login