Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame] | 1 | TestAttributeLock() |
| 2 | =================== |
| 3 | |
| 4 | ********************* OBSOLETE LFUN *********************************** |
| 5 | TestAttributeLock() |
| 6 | |
| 7 | FUNKTION |
| 8 | -------- |
| 9 | :: |
| 10 | |
| 11 | string TestAttributeLock(mapping check) |
| 12 | |
| 13 | DEFINIERT IN |
| 14 | ------------ |
| 15 | :: |
| 16 | |
| 17 | /std/living/attributes.c |
| 18 | |
| 19 | PARAMETER |
| 20 | --------- |
| 21 | :: |
| 22 | |
| 23 | check - Mapping mit Attributen: ([<attr>:<wert>]) |
| 24 | |
| 25 | BESCHREIBUNG |
| 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 | |
| 37 | SIEHE 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 | |
| 46 | 11.05.2007, Zesstra |
| 47 | |