Copy (CharacterToUnicodeMap function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:CharacterToUnicodeMap:Copy subtitle}}
{{Template:CharacterToUnicodeMap:Copy subtitle}}


This page is [[under construction]].
For more information about copyability, see [[Copying objects|"Copying objects"]].
 
==Syntax==
==Syntax==
{{Template:CharacterToUnicodeMap:Copy syntax}}
{{Template:CharacterToUnicodeMap:Copy syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outCharacterToUnicodeMap</th><td><var>CharacterToUnicodeMap</var> object</td></tr>
<tr><th>%outCharacterToUnicodeMap</th>
<td>A <var>CharacterToUnicodeMap</var> object variable to contain the 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 null.
The output of a copy of a <var>Null</var> object is a <var>Null</var> object.
</ul>
 
==See also==
==See also==
{{Template:CharacterToUnicodeMap:Copy footer}}
{{Template:CharacterToUnicodeMap:Copy footer}}

Latest revision as of 19:04, 2 December 2011

Copy specified CharacterToUnicodeMap object (CharacterToUnicodeMap class)

[Introduced in Sirius Mods 8.0]


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

Syntax

%outCharacterToUnicodeMap = characterToUnicodeMap:Copy

Syntax terms

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

Usage notes

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

See also