MoveLightningLoc

Parameters
whichBolt lightning
where1 location
where2 location
comment
patch

1.17a

Source
Blizzard.j
return type
boolean
Source code
function MoveLightningLoc takes lightning whichBolt, location where1, location where2 returns boolean
    return MoveLightningEx(whichBolt, true, GetLocationX(where1), GetLocationY(where1), GetLocationZ(where1), GetLocationX(where2), GetLocationY(where2), GetLocationZ(where2))
endfunction