This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| modify_navigation [2020/04/21 11:23] – justin | modify_navigation [2021/04/21 18:35] (current) – justin | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ====Signature: | ====Signature: | ||
| <code python> | <code python> | ||
| - | modify_navigation(first_tile, second_tile, navigation_type) | + | modify_navigation(from_tile, to_tile, navigation_type) |
| </ | </ | ||
| ^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
| - | |first_tile|Tile to connect navigation from.|[[Entity]]|Yes| | + | |from_tile|Tile to connect navigation from.|[[Entity]]|Yes| |
| - | |second_tile|Tile to connect navigation to.|[[Entity]]|Yes| | + | |to_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 20: | Line 20: | ||
| ====Example: | ====Example: | ||
| <code bauxite> | <code bauxite> | ||
| - | modify_navigation(" | + | modify_navigation(" |
| </ | </ | ||
| // | // | ||