Jass:AddLightningLoc – Mappedia

Jass:AddLightningLoc

Aus Mappedia
Wechseln zu: Navigation, Suche
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
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Warcraft-Mapping
Werkzeuge