Skip to content

Api > MLBoneDynamics > GetComponentsInChildren()


MLBoneDynamics.GetComponentsInChildren([]{Generic : Component|info} t)⚓︎

Returns all components of Type type in the GameObject or any of its children.

Parameters:⚓︎

Name Type Description
t []{Generic : Component info}

Returns:⚓︎

type Description
[]{Generic : Component info}[]

Usage⚓︎

---@type MLBoneDynamics
local mlbonedynamics;

---@type TComponent
local t;


local val0 = mlbonedynamics.GetComponentsInChildren(t)