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

Diesen Code in Original-Formatierung anzeigen
goto line:
Compare with:
text copy window edit this code post new code