Copy (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 11: Line 11:
</table>
</table>


--Usage notes==
==Usage notes==
<ul>
<ul>
<li>For more information about copying, see [[Copying objects|"Copying objects"]].
<li>For more information about copying, see [[Copying objects|"Copying objects"]].

Revision as of 21:23, 21 June 2012

Copy this ProcedureInfo (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%outProcedureInfo = procedureInfo:Copy

Syntax terms

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

Usage notes

See also