DeepCopy (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (→Syntax terms) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:ProcedureInfo:DeepCopy subtitle}} | {{Template:ProcedureInfo:DeepCopy subtitle}} | ||
==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.</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
<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}} |
Latest revision as of 21:24, 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. |
Usage notes
- For more information about deep copying, see "Copying objects".