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

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
 
Line 1: Line 1:
 +
= unsecure (u : unitptr) =
  
 +
A unit 'u' that has been secured in a DIL program can have the secure removed
 +
by calling unsecure on the unit'u'
  
<span id="bpunsec"></span>
+
  u : Secured unit.
unsecure ( u : unitptr )
+
  result: Drop secure on a given unit.
    u : Secured unit.
 
    result: Drop secure on a given unit.
 
  
---~---~---~---~---~---~---~---~---
+
See also:
 +
  > secure

Latest revision as of 18:43, 13 August 2022

unsecure (u : unitptr)

A unit 'u' that has been secured in a DIL program can have the secure removed by calling unsecure on the unit'u'

 u : Secured unit.
 result: Drop secure on a given unit.

See also:

 > secure