NAME
stationary.c - simple nonmovable object
INHERITS
basic.c (see basic.doc for further details)
SETUP FUNCTIONS
set_name
add_alias
remove_alias
QUERY FUNCTIONS
query_name
query_info (set with add_property("info_string","") )
SPECIAL PROPERTIES
no_clean_up Prevent this object to be destructed when
there are no more clones of it
info_string replaces set_info
=======================================================================
NAME
set_name - set the name of an object
SYNTAX
void set_name(string name);
DESCRIPTION
Set the value returned by query_name().
NOTA BENE
This value is not passed to eval().
=======================================================================
NAME
add_alias - add an alias to this object
SYNTAX
void add_alias(string alias);
or
void add_alias(string *aliases);
DESCRIPTION
Add an alias (or many) aliases to this object.
=======================================================================
NAME
remove_alias - remove an alias
SYNTAX
void remove_alias(string alias);
DESCRIPTION
Make the object stop identifying itself with the string 'alias'.
=======================================================================
Help topics available:
| basic.doc | basic_lock.doc | basic_thing.doc | stationary.doc |
You are guest number 91 since May 2020.
This file was last modified: June 2000.