DeepCopy (ProcedureInfo 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:ProcedureInfo:DeepCopy subtitle}}
{{Template:ProcedureInfo:DeepCopy subtitle}}


This page is [[under construction]]
==Syntax==
==Syntax==
{{Template:ProcedureInfo:DeepCopy syntax}}
{{Template:ProcedureInfo:DeepCopy syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%outProcedureInfo</th><td><var>ProcedureInfo</var> object</td></tr>
<tr><th>%outProcedureInfo</th>
<td>A <var>ProcedureInfo</var> object variable to contain the deep copy of the method object <var class="term">procedureInfo</var>.</td></tr>
 
<tr><th>procedureInfo</th>
<tr><th>procedureInfo</th>
<td>ProcedureInfo object</td></tr>
<td>A <var>ProcedureInfo</var> object variable.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
<ul>
<li>For more information about deep copying, see [[Copying objects|"Copying objects"]].
</ul>
 
==See also==
==See also==
{{Template:ProcedureInfo:DeepCopy footer}}
{{Template:ProcedureInfo:DeepCopy footer}}

Revision as of 21:22, 21 June 2012

DeepCopy this ProcedureInfo (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%outProcedureInfo = procedureInfo:DeepCopy

Syntax terms

%outProcedureInfo A ProcedureInfo object variable to contain the deep copy of the method object procedureInfo.
procedureInfo A ProcedureInfo object variable.

Usage notes

See also