Jass:AddLightningLoc
Aus Mappedia
| Funktion: AddLightningLoc | |
|---|---|
| Parameter: | string location location |
| Rückgabewert: | lightning |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function AddLightningLoc takes string codeName, location where1, location where2 returns lightning set bj_lastCreatedLightning = AddLightningEx(codeName, true, GetLocationX(where1), GetLocationY(where1), GetLocationZ(where1), GetLocationX(where2), GetLocationY(where2), GetLocationZ(where2)) return bj_lastCreatedLightning endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| string | codeName | |
| location | where1 | |
| location | where2 |
