New (CharacterToUnicodeMap constructor)

From m204wiki
Revision as of 21:25, 21 November 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create CharacterToUnicodeMap object (CharacterToUnicodeMap class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

%characterToUnicodeMap = [%(CharacterToUnicodeMap):]New[( [In= string], - [Out= unicode], [Pad= unicode])]

Syntax terms

%outCharacterToUnicodeMapcharacterToUnicodeMap
[%(CharacterToUnicodeMap)] The optional class name in parentheses denotes a Constructor. See "Usage notes", below, for more information about invoking a Constructor.
In string
Out Unicode
Pad Unicode

Usage notes

Examples

See also