The search keyword must be a single word (no spaces).
Function SetDoodadAnimationBJ
- Line
- 2190
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- string animName, integer doodadID, real radius, location center
- Returns
- nothing
| 2190 | function SetDoodadAnimationBJ takes string animName, integer doodadID, real radius, location center returns nothing |
| 2191 | call SetDoodadAnimation(GetLocationX(center), GetLocationY(center), radius, doodadID, false, animName, false) |
| 2192 | endfunction
|