User Tools

Site Tools


set_movement_speed

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
Next revisionBoth sides next revision
set_movement_speed [2017/05/15 08:16] justinset_movement_speed [2018/03/16 09:49] justin
Line 2: Line 2:
 ---- ----
  
-Changes the movement speed (in voxels per second) of the specified entity.+Changes the movement speed (in voxels per second) of the specified character.
  
 +====Signature:====
 <code python> <code python>
 set_movement_speed(character, speed) set_movement_speed(character, speed)
Line 11: Line 12:
 |character|Character for which to update the movement speed.|[[Entity]]|Yes| |character|Character for which to update the movement speed.|[[Entity]]|Yes|
 |speed|New movement speed (in voxels per second).|[[Decimal]]|Yes| |speed|New movement speed (in voxels per second).|[[Decimal]]|Yes|
 +
 +<WRAP center round info 100%>
 +[[Set Animation Speed]] would typically be used along with this function to simultaneously speed up or slow down both the character's walk animation and walking speed.
 +</WRAP>
  
 ====Example:==== ====Example:====
Line 19: Line 24:
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Set Movement Speed** function to ...+Use the **Set Movement Speed** function to increase the player's speed as part of progressing through the story or to provide a temporary speed boost to a character.
 </WRAP> </WRAP>
  
set_movement_speed.txt · Last modified: 2021/04/21 18:52 by justin