This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| add_tile [2020/06/07 17:46] – justin | add_tile [2023/01/02 21:13] (current) – justin | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| |coordinate|Position of the new [[tile|tile]].|[[coordinate|Coordinate]]|Yes| | |coordinate|Position of the new [[tile|tile]].|[[coordinate|Coordinate]]|Yes| | ||
| |entity_id|Unique [[entity|entity]] ID that will be assigned.|[[string|String]]|No| | |entity_id|Unique [[entity|entity]] ID that will be assigned.|[[string|String]]|No| | ||
| + | |||
| + | ^Return Value^Description^Type^ | ||
| + | |Tile Added|Returns a reference to the [[tile]] that was added.|[[Entity]]| | ||
| <WRAP center round info 100%> | <WRAP center round info 100%> | ||
| Line 20: | Line 23: | ||
| ====Example: | ====Example: | ||
| <code bauxite> | <code bauxite> | ||
| - | add_tile(" | + | add_tile(" |
| </ | </ | ||
| // | // | ||