Tag

The Tag component allows us to search for the MapObject by tag name.

component Tag
{
    Name = "";

    function Init()
    {
        self.MapObject.AddBuiltinComponent("Tag", self.Name);
    }
}

Last updated