GroupEnumUnitsOfPlayer(ENUM_GROUP, STAFF_PLAYER, Filter(() -> GetFilterUnit().getTypeId() == 'n007'))
 
==
 
function filterThis() returns boolean
    return GetFilterUnit().getTypeId() == 'n007'
 
GroupEnumUnitsOfPlayer(ENUM_GROUP, STAFF_PLAYER, Filter(function filterThis))

goto line:
Compare with:
text copy window edit this code post new code