27 lines
543 B
Plaintext
27 lines
543 B
Plaintext
|
|
LOAD_STD_ITEM(1) LOAD_OBJECT(1)
|
|
|
|
NAME
|
|
load_object() - returns an object, loads it if not already
|
|
loaded
|
|
|
|
SYNOPSIS
|
|
object load_object(string str)
|
|
|
|
DESCRIPTION
|
|
Much like the find_object() efun, this sefun will try
|
|
to load the object in question if it is unable to find one
|
|
already loaded.
|
|
|
|
LOCATION
|
|
/secure/sefun/load_object.c
|
|
|
|
SEE ALSO
|
|
find_object()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|