SetDoodadAnimationRect
- Parameters
-
r rect
The rect wherein doodads should play an animation.
doodadID integer
Only select doodads of the given type ID (rawcode).
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 (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native SetDoodadAnimationRect takes rect r, integer doodadID, string animName, boolean animRandom returns nothing