SetDoodadAnimationRect

Parameters
r rect

The rect wherein doodads should play an animation.

doodadID integer
animName string
animRandom boolean
comment

Makes doodads within a rect play an animation.

note

Only doodads whose origin is in the rect are considered targets.

note

The animation won't play for an observer until they have sight visibility of the doodad, at which point it will play.

See SetDoodadAnimation for other parameters and notes.

patch

1.00

Source
common.j
return type
nothing
Source code
native SetDoodadAnimationRect   takes rect r, integer doodadID, string animName, boolean animRandom returns nothing