CreateCommandButtonEffectBJ
- Parameters
-
abilityId integer
order string
- return type
commandbuttoneffect
- Source code
function CreateCommandButtonEffectBJ takes integer abilityId, string order returns commandbuttoneffect set bj_lastCreatedCommandButtonEffect = CreateCommandButtonEffect(abilityId, order) return bj_lastCreatedCommandButtonEffect endfunction
- Source
- Blizzard.j
- wc3modding.com
- CreateCommandButtonEffectBJ