Difference between revisions of "pointed thing"
Jump to navigation
Jump to search
Hybrid Dog (talk | contribs) (→Examples: ?sort) |
ROllerozxa (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{UnofficialLua}} | ||
{{DISPLAYTITLE:pointed_thing}} | {{DISPLAYTITLE:pointed_thing}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Examples == | == Examples == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[File: | + | {| class="wikitable" |
+ | !image | ||
+ | !Node coordinates | ||
+ | !pointed_thing.above | ||
+ | !pointed_thing.under | ||
+ | |- | ||
+ | | [[File:pointed_thing_1.png|200px]] | ||
+ | | <code>(49,6,-13)</code> | ||
+ | | <code>{x = 49, y = 7, z = -13}</code> | ||
+ | | <code>{x = 49, y = 6, z = -13}</code> | ||
+ | |- | ||
+ | | [[File:pointed_thing_2.png|200px]] | ||
− | + | | <code>(50,7,-13)</code> | |
+ | | <code>{x = 49, y = 7, z = -13}</code> | ||
+ | | <code>{x = 50, y = 7, z = -13}</code> | ||
+ | |- | ||
+ | | [[File:pointed_thing_3.png|200px]] | ||
+ | | <code>(49,7,-14)</code> | ||
+ | | <code>{x = 49, y = 7, z = -13}</code> | ||
+ | | <code>{x = 49, y = 7, z = -14}</code> | ||
+ | |} | ||
[[Category:Types]] | [[Category:Types]] |
Latest revision as of 19:44, 25 January 2023
This page contains unofficial, low-quality Lua API documentation and is likely to be outdated or wrong. Do not rely on it! For the official and up-to-date documentation, see Lua API Documentation. |
This page has been proposed for deletion for the following reason: "Contains unofficial and potentially outdated, redundant and inconsistent Lua API information" If you don't think that this page should be deleted, please explain why on the talk page. |