Skip to content

Api > MLWeatherData > GetComponents()


MLWeatherData.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 MLWeatherData
local mlweatherdata;

---@type TComponent
local type;


local val0 = mlweatherdata.GetComponents(type)