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

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(XML import)
 
Line 1: Line 1:
 +
<span id="bfdf"></span>
 +
integer dilfind( s : string, u : unitptr )
 +
    s : name of dil template to find.
 +
    u : unit to find program in.
 +
    return: Whether a program using a template with same name as in 's'
 +
            attached to unit 'u' was found.
  
 
+
---~---~---~---~---~---~---~---~---
 
<span id="bfdf"></span>
 
<span id="bfdf"></span>
 
  integer dilfind( s : string, u : unitptr )
 
  integer dilfind( s : string, u : unitptr )

Latest revision as of 22:36, 4 December 2025

integer dilfind( s : string, u : unitptr )
   s : name of dil template to find.
   u : unit to find program in.
   return: Whether a program using a template with same name as in 's'
           attached to unit 'u' was found.
---~---~---~---~---~---~---~---~---

integer dilfind( s : string, u : unitptr )
   s : name of dil template to find.
   u : unit to find program in.
   return: Whether a program using a template with same name as in 's'
           attached to unit 'u' was found.
---~---~---~---~---~---~---~---~---