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