Difference between revisions of "Manual:DIL Manual/pathto()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import)
 
Line 1: Line 1:
 +
<span id="bfpathto"></span>
 +
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"));
  
 
+
---~---~---~---~---~---~---~---~---
 
<span id="bfpathto"></span>
 
<span id="bfpathto"></span>
 
  integer pathto( from : unitptr, to : unitptr )
 
  integer pathto( from : unitptr, to : unitptr )

Latest revision as of 22:32, 4 December 2025

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"));
---~---~---~---~---~---~---~---~---

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"));
---~---~---~---~---~---~---~---~---