User Tools

Site Tools


put_player

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
Last revisionBoth sides next revision
put_player [2017/04/28 12:29] justinput_player [2021/04/21 18:40] justin
Line 2: Line 2:
 ---- ----
  
-Instantly positions the player onto the specified tile.+Instantly positions the [[player character]] onto the specified [[tile]].
  
 +====Signature:====
 <code python> <code python>
 put_player(tile_id, direction) put_player(tile_id, direction)
Line 9: Line 10:
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|tile_id|Description.|[[String]]|Yes| +|tile_id|ID of the destination [[tile]].|[[String]]|Yes| 
-|direction|Description.|[[Constant]]|No|+|direction|[[Cardinal direction]] for the player to face towards.|[[Cardinal Direction]]|No|
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-put_player("tile_portal02", EAST)+put_player("tile_portal02", EAST);
 </code> </code>
-//Results://+//Results:// The [[player character]] is immediately repositioned onto the [[tile]] with an ID of "tile_portal02".
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Put Player** function to instantly move the player to another location with the current map after interacting with a portal or teleportation device.+Use the **Put Player** function to instantly move the [[player character]] to another location with the current [[map]] after interacting with a portal or teleportation device.
 </WRAP> </WRAP>
  
Line 27: Line 28:
 <WRAP half column> <WRAP half column>
 ====Editor Node:==== ====Editor Node:====
-{{:wiki:put_player_node.png?nolink|}}+{{:put_player_node.png?nolink|}}
 </WRAP> </WRAP>
  
 <WRAP half column> <WRAP half column>
 ====Visual Demo:==== ====Visual Demo:====
-{{:wiki:put_player_demo.gif?nolink|}}+{{:put_player_demo.gif?nolink|}}
 </WRAP> </WRAP>
 </WRAP> </WRAP>
put_player.txt · Last modified: 2021/10/30 20:18 by justin