CreateUbersplatBJ
- Parameters
where locationname stringred realgreen realblue realalpha realforcePaused booleannoBirthTime boolean- comment
- patch
1.18a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
ubersplat- Source code
function CreateUbersplatBJ takes location where, string name, real red, real green, real blue, real alpha, boolean forcePaused, boolean noBirthTime returns ubersplat set bj_lastCreatedUbersplat = CreateUbersplat(GetLocationX(where), GetLocationY(where), name, PercentTo255(red), PercentTo255(green), PercentTo255(blue), PercentTo255(100.0-alpha), forcePaused, noBirthTime) return bj_lastCreatedUbersplat endfunction