GetLightningColorABJ

Parameters
whichBolt lightning
comment
patch

1.17a

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