28 lines
717 B
Plaintext
28 lines
717 B
Plaintext
|
|
GET_STD_ITEM(1) GET_OBJECT(1)
|
|
|
|
NAME
|
|
get_object() - returns an object represented by a string
|
|
|
|
SYNOPSIS
|
|
varargs object get_object(string str, object player)
|
|
|
|
DESCRIPTION
|
|
Returns an object which is represented by the string
|
|
passed as the first argument. If the second argument is
|
|
given, the string is resolved with respect to that player
|
|
object. Otherwise the string is resolved with respect to
|
|
the value of this_player().
|
|
|
|
LOCATION
|
|
/secure/sefun/get_object.c
|
|
|
|
SEE ALSO
|
|
find_object(), get_objects(), load_object()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|