SetLightningColorBJ
- Parameters
whichBolt lightningr realg realb reala real- comment
- patch
1.17a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
boolean- Source code
function SetLightningColorBJ takes lightning whichBolt, real r, real g, real b, real a returns boolean return SetLightningColor(whichBolt, r, g, b, a) endfunction