Skip to content

Api > MLCelestialData > CompareTag()


MLCelestialData.CompareTag(string tag)⚓︎

Is this game object tagged with tag ?

Parameters:⚓︎

Name Type Description
tag string The tag to compare.

Returns:⚓︎

type Description
boolean Is this game object tagged with tag ?

Usage⚓︎

---@type MLCelestialData
local mlcelestialdata;

---@type string
local tag;


local val0 = mlcelestialdata.CompareTag(tag)