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