Jass:EnumDestructablesInRectAll
Aus Mappedia
| Funktion: EnumDestructablesInRectAll | |
|---|---|
| Parameter: | rect code |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function EnumDestructablesInRectAll takes rect r, code actionFunc returns nothing call EnumDestructablesInRect(r, null, actionFunc) endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| rect | r | |
| code | actionFunc |
