DeepCopy (CharacterToUnicodeMap function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
 
Line 1: Line 1:
{{Template:CharacterToUnicodeMap:DeepCopy subtitle}}
{{Template:CharacterToUnicodeMap:DeepCopy subtitle}}


This page is [[under construction]].
For more information about copyability, see [[Copying objects|"Copying objects"]].
 
==Syntax==
==Syntax==
{{Template:CharacterToUnicodeMap:DeepCopy syntax}}
{{Template:CharacterToUnicodeMap:DeepCopy syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%characterMap</th><td><var>CharacterMap</var> object</td></tr>
<tr><th>%characterMap</th>
<td>A <var>CharacterToUnicodeMap</var> object variable to contain the deep copied object.</td></tr>
<tr><th>characterToUnicodeMap</th>
<tr><th>characterToUnicodeMap</th>
<td>CharacterToUnicodeMap object, which may be <var>Null</var></td></tr>
<td>A <var>CharacterToUnicodeMap</var> object, which may be <var>Null</var>.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
<ul>
<li>The method object (<var class="term">characterToUnicodeMap</var>) may be <var>Null</var>.
The output of a deep copy of a <var>Null</var> object is a <var>Null</var> object.
</ul>
 
==See also==
==See also==
{{Template:CharacterToUnicodeMap:DeepCopy footer}}
{{Template:CharacterToUnicodeMap:DeepCopy footer}}

Latest revision as of 19:21, 1 December 2011

"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