Skip to main content

OffMeshLink.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 OffMeshLink
local offmeshlink;

---@type string
local tag;


local val0 = offmeshlink.CompareTag(tag)