Union Bytes EngineModulesDefinitionFindDefinition

Union Bytes Engine

GeneralHilfeseitensyntaxModules
AnimationBillboardCageCameraControlDefinition
CatchDefinitionChildDefinitionDefinitionColorDefinitionFloatDefinitionIntegerDefinitionNameDefinitionStringDefinitionVectorFindDefinitionFreeDefinitionLoadDefinitionNextDefinitionParentDefinitionPreviousDefinition
DrawingFontGadgetGeneralJoystickLightMaterialMathMeshNetworkNodeObjectParticlePhysicShaderSoundsSpriteTexture

FindDefinition

Description

Search the definition with the specified name/path (and value) and returned it.

Syntax

*Definition = UBE_FindDefinition( *Definition, NameOrPath.s [, Value.s] )

Parameters

*Definition A valid pointer to a definition.
NameOrPath The absolute or relative name or the path of the (child)-node.
For more informations, see remarks!
Value The value of the child node.

Return value

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

Remarks

The name or the path can have the following formats:

See also

Union Bytes | Login