SetDoodadAnimationRectBJ

Parameters
animName string
doodadID integer
r rect
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function SetDoodadAnimationRectBJ takes string animName, integer doodadID, rect r returns nothing
    call SetDoodadAnimationRect(r, doodadID, animName, false)
endfunction