Skip to content

Api > OffMeshLink > GetComponentInChildren()


OffMeshLink.GetComponentInChildren([]{Generic : Component|info} t)⚓︎

Returns the component of Type type in the GameObject or any of its children using depth first search.

Parameters:⚓︎

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

Returns:⚓︎

type Description
[]{Generic : Component info}

Usage⚓︎

---@type OffMeshLink
local offmeshlink;

---@type TComponent
local t;


local val0 = offmeshlink.GetComponentInChildren(t)