summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 02:37:58 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-26 07:10:00 -0400
commit414d72d2a60fd1ae59656673cfcfa8bb1f7ad95b (patch)
treef266f85a9d6de2066f11a146eb35913594787fe2 /API.md
parent568168fe1f62d757ce650b18a30336ab5f5d51f7 (diff)
downloadunifieddyes-414d72d2a60fd1ae59656673cfcfa8bb1f7ad95b.tar
unifieddyes-414d72d2a60fd1ae59656673cfcfa8bb1f7ad95b.tar.gz
unifieddyes-414d72d2a60fd1ae59656673cfcfa8bb1f7ad95b.tar.bz2
unifieddyes-414d72d2a60fd1ae59656673cfcfa8bb1f7ad95b.tar.xz
unifieddyes-414d72d2a60fd1ae59656673cfcfa8bb1f7ad95b.zip
new punch-to-colorize scheme
using a tool, the airbrush, for the job point at air/nothing and punch while wielding the airbrush to open the color selection form.
Diffstat (limited to 'API.md')
-rw-r--r--API.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/API.md b/API.md
index 63fab69..50de5d5 100644
--- a/API.md
+++ b/API.md
@@ -42,10 +42,6 @@ These two are used to re-orient `wallmounted` nodes after placing. The former al
This serves the same purpose as the `fix_rotation_nsew`, but is used to restrict the node's rotation after it's been hit with the screwdriver.
-**`unifieddyes.select_node(pointed_thing)`**
-
-Just what it says on the tin. :-) This function returns a position and node definition of whatever is being pointed at.
-
**`unifieddyes.is_buildable_to(placer_name, ...)`**
Again, another obvious one, returns whether or not the pointed node is `buildable_to` (can be overwritten by another node).