SetLightningColorBJ
- Parameters
-
whichBolt lightning
r real
g real
b real
a real
- comment
- patch
1.17a
- Source
- Blizzard.j
- 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