Phantasmal Site > Phantasmal API > API Listing > to_unq_text
API Function: to_unq_text
- Summary:
- serialize the Phrase as an UNQ string
- Defined In LPC Object:
- /usr/common/lib/intl_phrase.c
- Prototype:
- string to_unq_text(void)
- Can Be Called By:
- Anybody
- Description:
-
Serialize the Phrase as an UNQ string. This includes
information on all locales in the Phrase. This is primarily for
embedding these Phrases into larger UNQ files.
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:
-
Nothing.
- Errors:
- Normally none.
- See Also:
- to_string
|