Skip to content

Api > MLStreamingBrowser > GetComponents()


MLStreamingBrowser.GetComponents([]{Generic : Component|info} type)⚓︎

Returns all components of Type type in the GameObject.

Parameters:⚓︎

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

Returns:⚓︎

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

Usage⚓︎

---@type MLStreamingBrowser
local mlstreamingbrowser;

---@type TComponent
local type;


local val0 = mlstreamingbrowser.GetComponents(type)