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