DeepCopy (CharacterToUnicodeMap function)

From m204wiki
Revision as of 19:21, 1 December 2011 by JAL2 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"Deepcopy" specified CharacterToUnicodeMap object (CharacterToUnicodeMap class)

[Introduced in Sirius Mods 8.0]


For more information about copyability, see "Copying objects".

Syntax

%outCharacterToUnicodeMap = characterToUnicodeMap:DeepCopy

Syntax terms

%characterMap A CharacterToUnicodeMap object variable to contain the deep copied object.
characterToUnicodeMap A CharacterToUnicodeMap object, which may be Null.

Usage notes

  • The method object (characterToUnicodeMap) may be Null. The output of a deep copy of a Null object is a Null object.

See also