Copy (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 8: | Line 8: | ||
<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>%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>A <var>ProcedureInfo</var> object | <td>A <var>ProcedureInfo</var> object.</td></tr> | ||
</table> | </table> | ||
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
%outProcedureInfo | A ProcedureInfo object variable to contain the copy of the method object procedureInfo. |
---|---|
procedureInfo | A ProcedureInfo object. |
Usage notes
- For more information about copying, see "Copying objects".