See also: @atrlock, ATTRIBUTES, NON-STANDARD ATTRIBUTES
& @atrlock
- @atrlock[/read/write] <object>/<attribute> = <key>.
+ @atrlock[/write] <object>/<attribute> = <key>
- Locks an attribute's read or write lock to a specified
- 'lock key'.
-
- TODO: Detailed Explanations on Read & Write Locks.
+ Lock the specified attribute to the given key, which should be a normal
+ boolexp suitable for using with @lock. If the /write switch is given, then
+ set the write-lock on the attribute. Otherwise, set the read-lock. If no
+ key is given, then the lock will be cleared.
+ An object that passes the read-lock can read the attribute's value. An
+ object that passes the write-lock can set the attribute's value.
See also: @atrchown, ATTRIBUTES, NON-STANDARD ATTRIBUTES, LOCKING
-
& @asuccess
@asuccess <object> = <action list>