Owl.Reflection.GetComponents(): string[]

Server & Client

Queries the component registry to extract and return a sorted list of all active component tag strings.

Returns

string[]Sorted list of active component tags.
local activeTags = Owl.Reflection.GetComponents()
-- > // Returns e.g. { "ExplodingBarrel", "InteractiveDoor" }