blob: 7aa612308caf1141152ecd207e024095bb879e1a [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001TestAttributeLock()
2===================
3
4********************* OBSOLETE LFUN ***********************************
5TestAttributeLock()
6
7FUNKTION
8--------
9::
10
11 string TestAttributeLock(mapping check)
12
13DEFINIERT IN
14------------
15::
16
17 /std/living/attributes.c
18
19PARAMETER
20---------
21::
22
23 check - Mapping mit Attributen: ([<attr>:<wert>])
24
25BESCHREIBUNG
26------------
27::
28
29 Prueft, ob eines der im Mapping enthaltenen Attribute blockiert
30 ist (bereits durch einen anderen Modifier belegt wurde).
31
32
33
34 Da Modifier nicht mehr direkt blockieren ist diese Funktion obsolet
35 und in Livings inzwischen nicht mehr existent.
36
37SIEHE AUCH
38----------
39::
40
41 QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),
42 SetAttr(), SetAttribute(), SetRealAttribute(), UpdateAttributes(),
43 P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_ATTRIBUTES_MODIFIER,
44 P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
45
4611.05.2007, Zesstra
47