blob: fa44b18fc8d55933a00cb70431da92dac3542854 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 mixed restore_value(string str);
3
4BESCHREIBUNG
5 Wandelt die String-Entsprechung <str> eines Wertes zurueck in den Wert
6 selbst und gibt diesen Wert zurueck. <str> ist ein String, wie er von
7 save_value() erzeugt wird. Die Spezifikation des Speicherformates
8 '#x:y' ist optional.
9
10AENDERUNGEN
11 Eingefuehrt in LDMud 3.2.8.
12 Mit LDMud 3.2.9 kam das Laden von Non-Lambda Closures, Symbolen und
13 gequoteten Arrays hinzu, wozu ein neues Format fuer die Speicherdatei
14 verwendet wird.
15
16SIEHE AUCH
17 save_value(E), restore_object(E), save_object(E)