Skip to main content

MLCelestialData.CompareTag(string tag)

Is this game object tagged with tag ?

Parameters:

NameTypeDescription
tagstringThe tag to compare.

Returns:

typeDescription
booleanIs this game object tagged with tag ?

Usage

---@type MLCelestialData
local mlcelestialdata;

---@type string
local tag;


local val0 = mlcelestialdata.CompareTag(tag)