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