См. определение в файле ActionUngagSelf.c строка 42
43 {
45 Class.CastTo(attachment, player.GetInventory().FindAttachment(InventorySlots.MASK));
46 if ( attachment && attachment.GetType() == "MouthRag" )
47 {
48 return true;
49 }
50 return false;
51 }
Перекрестные ссылки Class::CastTo().
Используется в ActionCondition().