User Tools

Site Tools


play_animation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
play_animation [2017/04/24 15:58] – external edit 127.0.0.1play_animation [2021/04/21 18:37] (current) justin
Line 2: Line 2:
 ---- ----
  
-Plays an animation for the specified entity.+Plays an [[animation]] for the specified [[entity]]. [[entity|Entities]] include [[tile|tiles]], [[object|objects]], and [[character|characters]].
  
 +====Signature:====
 <code python> <code python>
-play_animation(self"anim_name")+play_animation(entityanimation_name)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|self|Description.|[[String]]|Yes| +|entity|[[Entity]] for which to play the [[animation]].|[[Entity]]|Yes| 
-"anim_name"|Description.|[[String]]|Yes|+|animation_name|Name of the [[animation]] to play (as defined in the [[Voxel Editor]]).|[[String]]|Yes| 
 + 
 +<WRAP center round info 100%> 
 +You can use [[Play Group Animation]] if you'd like to trigger the same [[animation]] for multiple [[entity|entities]] that have been grouped together from the [[Map Editor]]. 
 +</WRAP>
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-play_animation(self, "anim_name")+play_animation(entity["chest01"], "open");
 </code> </code>
-//Results://+//Results:// Triggers the [[animation]] named "open" for the [[entity]] with an ID of "chest01".
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Play Animation** function to ...+Use the **Play Animation** function to trigger [[animation|animations]] for doors being opened and closed upon player interaction or for special [[NPC]] emotes (e.gwaving at the player).
 </WRAP> </WRAP>
  
Line 27: Line 32:
 <WRAP half column> <WRAP half column>
 ====Editor Node:==== ====Editor Node:====
-{{:wiki:play_animation_node.png?nolink|}}+{{:play_animation_node.png?nolink|}}
 </WRAP> </WRAP>
  
 <WRAP half column> <WRAP half column>
 ====Visual Demo:==== ====Visual Demo:====
-{{:wiki:play_animation_demo.gif?nolink|}}+{{:play_animation_demo.gif?nolink|}}
 </WRAP> </WRAP>
 </WRAP> </WRAP>
play_animation.1493074694.txt.gz · Last modified: 2017/04/24 15:58 by 127.0.0.1