User Tools

Site Tools


reset_entity_rotation

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
reset_entity_rotation [2017/05/03 18:31] justinreset_entity_rotation [2021/04/21 18:43] (current) justin
Line 2: Line 2:
 ---- ----
  
-Resets the entity's rotation to its original cardinal direction over the specified duration (in seconds). This assumes that the entity was previously rotated using the "Rotate Entity Towards" function.+Resets the [[entity|entity's]] rotation to its original [[cardinal direction]] (north, south, west, or east) over the specified duration (in seconds).
  
 +====Signature:====
 <code python> <code python>
 reset_entity_rotation(entity, duration) reset_entity_rotation(entity, duration)
Line 9: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|entity|Entity for which the rotation will be reset.|[[Entity]]|Yes| +|entity|[[Entity]] for which the rotation will be reset.|[[Entity]]|Yes| 
-|duration|Duration of the rotation (in seconds).|[[Decimal]]|Yes|+|duration|Duration of the rotation (in seconds).|[[Number]]|Yes| 
 + 
 +<WRAP center round info 100%> 
 +This function assumes that the [[entity]] was previously rotated using [[Rotate Entity Towards]] to face it towards another [[entity]] in the scene. 
 +</WRAP>
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-reset_entity_rotation(player1)+reset_entity_rotation(entity["dungeon_slime"]0.5);
 </code> </code>
-//Results:// The player is rotated to face their original direction (north, south, west, or east) over a duration of one second.+//Results:// The [[entity]] with an ID of "dungeon_slime" is rotated to face its original direction (north, south, west, or east) over a duration of 0.5 seconds.
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Reset Entity Rotation** function to return the player or an NPC back to the direction they were facing towards prior to a cutscene.+Use the **Reset Entity Rotation** function to reset the [[player character]] or an [[NPC]] back to the direction they were facing prior to a cutscene, in particular when they were manually rotated to look at an [[object]] or another [[character]].
 </WRAP> </WRAP>
  
reset_entity_rotation.1493861507.txt.gz · Last modified: 2017/05/03 18:31 by justin