The search keyword must be a single word (no spaces).
Function CreateCommandButtonEffectBJ
- Line
- 2793
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- integer abilityId, string order
- Returns
- commandbuttoneffect
| 2793 | function CreateCommandButtonEffectBJ takes integer abilityId, string order returns commandbuttoneffect |
| 2794 | set bj_lastCreatedCommandButtonEffect = CreateCommandButtonEffect(abilityId, order) |
| 2795 | return bj_lastCreatedCommandButtonEffect |
| 2796 | endfunction
|