CreateCommonCommandButtonEffectBJ
- Parameters
-
order string
- comment
- patch
1.32.0.14411
- Source
- Blizzard.j
- return type
commandbuttoneffect
- Source code
function CreateCommonCommandButtonEffectBJ takes string order returns commandbuttoneffect set bj_lastCreatedCommandButtonEffect = CreateCommandButtonEffect(0, order) return bj_lastCreatedCommandButtonEffect endfunction