LPC Library Functions: store_variable

NAME

store_variable() - store the value of variable

SYNOPSIS

void store_variable( string x, mixed s );

DESCRIPTION

Set the value of the variable 'x' to the value of 's'. Note that 'x' must be defined, and must be defined in this_object().

Note that this efun is only available if the driver flag PACKAGE_CONTRIB is defined.

SEE ALSO

fetch_variable(), save_object(), restore_variable()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS