User Tools

Site Tools


rotate_player_to_direction

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
rotate_player_to_direction [2017/06/20 15:02] justinrotate_player_to_direction [2020/05/04 09:27] justin
Line 2: Line 2:
 ---- ----
  
-Rotates the player to face towards the specified cardinal direction (i.e. north, south, west, or east). This function will only have an effect while in first-person view.+Rotates the player to face towards the specified [[cardinal direction]] (i.e. north, south, west, or east).
  
 +====Signature:====
 <code python> <code python>
 rotate_player_to_direction(direction) rotate_player_to_direction(direction)
Line 9: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|direction|Cardinal direction for the player to face towards.|[[Cardinal Direction]]|Yes|+|direction|[[Cardinal direction]] for the player to face towards.|[[Cardinal Direction]]|Yes|
  
 <WRAP center round info 100%> <WRAP center round info 100%>
Line 19: Line 20:
 rotate_player_to_direction(SOUTH) rotate_player_to_direction(SOUTH)
 </code> </code>
-//Results:// Rotates the player until their viewpoint is facing towards the south.+//Results:// Rotates the player until they are facing towards the south.
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
rotate_player_to_direction.txt · Last modified: 2021/04/21 18:48 by justin