GetLightningColorBBJ

Parameters
whichBolt lightning
comment
patch

1.17a

Source
Blizzard.j
return type
real
Source code
function GetLightningColorBBJ takes lightning whichBolt returns real
    return GetLightningColorB(whichBolt)
endfunction