DeepCopy (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
Line 10: Line 10:


<tr><th>procedureInfo</th>
<tr><th>procedureInfo</th>
<td>A <var>ProcedureInfo</var> object variable.</td></tr>
<td>A <var>ProcedureInfo</var> object.</td></tr>
</table>
</table>



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

See also