User Tools

Site Tools


play_animation

This is an old revision of the document!


Play Animation


Plays an animation for the specified entity. Entities include tiles, objects, and characters.

play_animation(entity, animation_name)
ArgumentDescriptionTypeRequired
entityEntity for which to play the animation.EntityYes
animation_nameName of the animation to play (as defined in the Voxel Editor).StringYes

You can use Play Group Animation if you'd like to trigger the same animation for multiple entities that have been previously grouped together from the Map Editor.

Example:

play_animation(entity["chest01"], "open")

Results: Plays the animation named “open” for the entity with an ID of “chest01”.

Use the Play Animation function to …


Editor Node:

Visual Demo:

play_animation.1493076367.txt.gz · Last modified: 2017/04/24 16:26 by justin