Bytes (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (→Examples) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:ProcedureInfo:Bytes subtitle}} | {{Template:ProcedureInfo:Bytes subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:ProcedureInfo:Bytes syntax}} | {{Template:ProcedureInfo:Bytes syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%number</th><td> | <tr><th>%number</th> | ||
<td>A numeric variable to contain the length in bytes of the <var class="term">procedureInfo</var> procedure.</td></tr> | |||
<tr><th>procedureInfo</th> | <tr><th>procedureInfo</th> | ||
<td>ProcedureInfo object</td></tr> | <td>A <var>ProcedureInfo</var> object variable or expression.</td></tr> | ||
</table> | </table> | ||
==Examples== | ==Examples== | ||
See the <var>ProcedureInfo</var> class [[ProcedureInfo class#Example|"Example"]]. | |||
==See also== | ==See also== | ||
{{Template:ProcedureInfo:Bytes footer}} | {{Template:ProcedureInfo:Bytes footer}} |
Latest revision as of 21:51, 22 July 2012
Number of bytes in this procedure (ProcedureInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%number = procedureInfo:Bytes
Syntax terms
%number | A numeric variable to contain the length in bytes of the procedureInfo procedure. |
---|---|
procedureInfo | A ProcedureInfo object variable or expression. |
Examples
See the ProcedureInfo class "Example".