mud/lib/doc/efun/all/fetch_variable
2020-09-06 05:43:07 -07:00

17 lines
424 B
Plaintext

fetch_variable - set the value of a variable
mixed fetch_variable(string);
Return the value of the variable specified by the argument.
Note that the variable must be defined, and must be defined in this_object().
This function requires PACKAGE_CONTRIB to be defined in the options file.
See also:
restore_variable,
store_variable,
restore_object
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere