This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
add_waypoint [2020/07/23 17:32] – created justin | add_waypoint [2023/04/28 16:40] (current) – justin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | (WIP) | ||
- | |||
======Add Waypoint====== | ======Add Waypoint====== | ||
---- | ---- | ||
Line 12: | Line 10: | ||
^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
- | |tile| |[[Entity]]|Yes| | + | |tile|[[platforms|Platform tile]] to which the waypoint will be added.|[[Entity]]|Yes| |
- | |waypoint_name| |[[String]]|Yes| | + | |waypoint_name|Name of the waypoint.|[[String]]|Yes| |
- | |waypoint_coordinate| |[[Coordinate]]|Yes| | + | |waypoint_coordinate|[[Coordinate]] of the waypoint.|[[Coordinate]]|Yes| |
<WRAP center round info 100%> | <WRAP center round info 100%> | ||
- | The [[remove_entity|Remove Entity]] function can be triggered later to remove | + | The specified |
</ | </ | ||
====Example: | ====Example: | ||
<code bauxite> | <code bauxite> | ||
- | add_character(tile[0, 0, 0], "waypoint_01", coord[0, 0, 0]) | + | add_waypoint(entity[" |
</ | </ | ||
- | // | + | // |
<WRAP center round tip 100%> | <WRAP center round tip 100%> | ||
- | Use the **Add Waypoint** function to... | + | Use the **Add Waypoint** |
</ | </ | ||