Phantasmal Site > Phantasmal API > API Listing > get_body
API Function: get_body
- Summary:
- get the mobile's body object
- Defined In LPC Object:
- /usr/common/lib/mobile.c
- Prototype:
- object get_body(void)
- Can Be Called By:
- Anybody
- Description:
-
Gets the mobile's body object.
This function isn't access-protected. You should access-protect
your version of this and all other inherited functions, including
upgraded() and destructed().
- Return Value:
-
The body object.
- Errors:
- Usually none.
- See Also:
- get_user
|