Next: Administrative Functions
Prev: Communication Functions
Object Functions
The functions described in this section allow you to modify or retrieve
information from the current object.
Menu:
- add_parameter
- Add a parameter
- ancestors
- Get a list of ancestors
- children
- Get a list of children dbrefs
- compile
- Compile
C-- code into a method
- del_method
- Remove a method
- del_parameter
- Remove a parameter
- find_method
- Find location of method definition
- find_next_method
- Find location of next method definition
- get_var
- Get value of a variable
- list_method
- Decompile method into
C-- code
- methods
- Get a list of defined method names
- parameters
- Get a list of parameter names
- parents
- Get a list of parent dbrefs
- set_var
- Assign to a variable