From 88bc800ccb6c9445a76cf06f8ba73e3caeceb2de Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 4 Jan 2013 01:12:39 -0500 Subject: minor spacing tweaks, nothing functional --- autoplace.lua | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'autoplace.lua') diff --git a/autoplace.lua b/autoplace.lua index 1a53bf3..54df02a 100644 --- a/autoplace.lua +++ b/autoplace.lua @@ -182,9 +182,19 @@ function pipes_scansurroundings(pos) -- ...extra devices specified via the function's parameters -- ...except that this part is not implemented yet -- --- if (string.find(nym.name, "aero:outlet") ~= nil) then --- pxm, pxp, pym, and/or pyp = 1 depending on the needed rules +-- xxx = nxm, nxp, nym, nyp, nzm, or nzp depending on the direction to check +-- yyy = pxm, pxp, pym, pyp, pzm, or pzp accordingly. +-- +-- if string.find(xxx.name, "modname:nodename") ~= nil then +-- yyy = 1 -- end +-- +-- for example: +-- +-- if string.find(nym.name, "aero:outlet") ~= nil then +-- pym = 1 +-- end +-- end -- cgit v1.2.3