ObjectType:unistring

From Lavish Software Wiki
Revision as of 15:08, 8 July 2018 by Lax (talk | contribs) (→‎See Also)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

Object Type Vitals
unistring
Defined By LavishScript
Inherits string
Reduces To the stored text
Variable Object Type none
Uses Sub-Types no
C/C++ Type const wchar_t *

A unistring is a Unicode UTF-16 version of a string. All string members and methods are inherited, so that a unistring may be used as a string.

Members

Methods

(none)

See Also

LavishScript Object Types