User Tools

Site Tools


modify_navigation

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
modify_navigation [2018/03/16 09:45] justinmodify_navigation [2020/04/21 11:23] justin
Line 6: Line 6:
 ====Signature:==== ====Signature:====
 <code python> <code python>
-modify_navigation(first_tile_idsecond_tile_id, navigation_type)+modify_navigation(first_tilesecond_tile, navigation_type)
 </code> </code>
  
 ^Argument^Description^Type^Required^ ^Argument^Description^Type^Required^
-|first_tile_id|ID of the first tile.|[[String]]|Yes| +|first_tile|Tile to connect navigation from.|[[Entity]]|Yes| 
-|second_tile_id|ID of the second tile.|[[String]]|Yes|+|second_tile|Tile to connect navigation to.|[[Entity]]|Yes|
 |navigation_type|Navigation type to set between the two tiles.|[[navigation_and_interaction|Navigation Type]]|Yes| |navigation_type|Navigation type to set between the two tiles.|[[navigation_and_interaction|Navigation Type]]|Yes|
  
Line 19: Line 19:
  
 ====Example:==== ====Example:====
-<code python>+<code bauxite>
 modify_navigation("tile01", "tile02", WALK_AND_INTERACT) modify_navigation("tile01", "tile02", WALK_AND_INTERACT)
 </code> </code>
modify_navigation.txt · Last modified: 2021/04/21 18:35 by justin