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

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import of LLM wiki pages)
(XML import)
 
Line 1: Line 1:
 +
<span id="bpdc"></span>
 +
dilcopy( s : string, u : unitptr )
 +
    s : Name template to attach to unit.
 +
    u : Unit to attach a dil program to.
 +
    result: Attaches a DIL program to a unit 'u', which uses a template
 +
            named by 's'.
  
 
+
---~---~---~---~---~---~---~---~---
 
<span id="bpdc"></span>
 
<span id="bpdc"></span>
 
  dilcopy( s : string, u : unitptr )
 
  dilcopy( s : string, u : unitptr )

Latest revision as of 22:31, 4 December 2025

dilcopy( s : string, u : unitptr )
   s : Name template to attach to unit.
   u : Unit to attach a dil program to.
   result: Attaches a DIL program to a unit 'u', which uses a template
           named by 's'.
---~---~---~---~---~---~---~---~---

dilcopy( s : string, u : unitptr )
   s : Name template to attach to unit.
   u : Unit to attach a dil program to.
   result: Attaches a DIL program to a unit 'u', which uses a template
           named by 's'.
---~---~---~---~---~---~---~---~---