Skip to content

Api > MLMirror > CompareTag()


MLMirror.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 MLMirror
local mlmirror;

---@type string
local tag;


local val0 = mlmirror.CompareTag(tag)