MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | ********************* OBSOLETE LFUN *********************************** |
| 2 | TestAttributeLock() |
| 3 | FUNKTION: |
| 4 | string TestAttributeLock(mapping check) |
| 5 | |
| 6 | DEFINIERT IN: |
| 7 | /std/living/attributes.c |
| 8 |
|
| 9 | PARAMETER:
|
| 10 | check - Mapping mit Attributen: ([<attr>:<wert>])
|
| 11 | |
| 12 | BESCHREIBUNG: |
| 13 | Prueft, ob eines der im Mapping enthaltenen Attribute blockiert
|
| 14 | ist (bereits durch einen anderen Modifier belegt wurde). |
| 15 | |
| 16 | Da Modifier nicht mehr direkt blockieren ist diese Funktion obsolet |
| 17 | und in Livings inzwischen nicht mehr existent. |
| 18 | |
| 19 | SIEHE AUCH: |
| 20 | QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),
|
| 21 | SetAttr(), SetAttribute(), SetRealAttribute(), UpdateAttributes(),
|
| 22 | P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_ATTRIBUTES_MODIFIER,
|
| 23 | P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c
|
| 24 | |
| 25 | 11.05.2007, Zesstra |