mud/lib/doc/efun/general/save_variable
2020-09-06 05:43:07 -07:00

11 lines
222 B
Plaintext

save_variable - save the value of variable into a string
string save_variable( mixed var );
Saves an LPC value into a string. The format is the same as
save/restore_object.
See also:
restore_variable,
restore_object