Phantasmal Site > Phantasmal API > API Listing > get_body
API Function: get_body
- Summary:
- get the user's body object
- Defined In LPC Object:
- /usr/System/obj/user.c
- Prototype:
- object get_body(void)
- Can Be Called By:
- Anybody (for now)
- Description:
-
Return the user's body as a DGD object. The body object can
be used to find the mobile object and other information.
- Return Value:
-
The user's body as a DGD object.
- Errors:
- Normally none.
- See Also:
- get_location ,
get_name
|