См. определение в файле ActionUngagTarget.c строка 54
55 {
57 Class.CastTo(attachment, player.GetInventory().FindAttachment(InventorySlots.MASK));
58 if (attachment && attachment.GetType() == "MouthRag")
59 {
60 return true;
61 }
62 return false;
63 }
Перекрестные ссылки Class::CastTo().
Используется в ActionCondition().