Skip to content

Manual:DIL Manual pathto()

iamnove edited this page Jan 18, 2023 · 51 revisions


integer pathto( from : unitptr, to : unitptr )
   from   : The unit which the path is taken from
   to     : The unit which the path is taken to
   returns: DIR_XXX from values.h and/or vme.h.
   Example: i := pathto(self, findroom("inn@midgaard"));
---~---~---~---~---~---~---~---~---
Clone this wiki locally