Copy (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:ProcedureInfo:Copy subtitle}}
{{Template:ProcedureInfo:Copy subtitle}}


This page is [[under construction]]
==Syntax==
==Syntax==
{{Template:ProcedureInfo:Copy syntax}}
{{Template:ProcedureInfo:Copy 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 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==
==Examples==
<ul>
<li>For more information about copying, see [[Copying objects|"Copying objects"]].
</ul>
 
==See also==
==See also==
{{Template:ProcedureInfo:Copy footer}}
{{Template:ProcedureInfo:Copy footer}}

Latest revision as of 21:24, 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.

Usage notes

See also