Jump to content

Template:MissionScripting: Difference between revisions

From CMM Wiki
Created page with "__NOTOC__ {{#if:{{{fName}}} | =={{{fName}}}== }} {|class="wikitable" width="910" |- |Added with: {{#if:|{{{vNum}}} | {{{vNum}}} }} |- |bgcolor="LightBlue"| <font size="3">Description </font> |- | style="padding-left: 2em" |{{{desc}}} |- |bgcolor="LightBlue"| <font size="3"> Syntax </font> |- |<font size="3"><span style="color:orange">{{{rtnType}}}</span> '''{{{fName}}}('''<span style="color:blue">{{#if:{{{reqType1}}}|'''{{{reqType1}}}''' ''{{{reqName1}}}'' {{#if:{{{req..."
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 5: Line 5:
{|class="wikitable" width="910"
{|class="wikitable" width="910"
|-
|-
|Added with: {{#if:|{{{vNum}}} | {{{vNum}}} }}
| bgcolor="#5C7A4A"| <font size="3">Description </font>
|-
|bgcolor="LightBlue"| <font size="3">Description </font>
|-
|-
| style="padding-left: 2em" |{{{desc}}}
| style="padding-left: 2em" |{{{desc}}}
|-
|-
|bgcolor="LightBlue"| <font size="3"> Syntax </font>
| bgcolor="#5C7A4A"| <font size="3"> Syntax </font>
|-
|-
|<font size="3"><span style="color:orange">{{{rtnType}}}</span> '''{{{fName}}}('''<span style="color:blue">{{#if:{{{reqType1}}}|'''{{{reqType1}}}''' ''{{{reqName1}}}'' {{#if:{{{reqType2}}} | ,'''{{{reqType2}}}''' ''{{{reqName2}}}'' {{#if:{{{reqType3}}} | ,'''{{{reqType3}}}''' ''{{{reqName3}}}''  {{#if:{{{reqType4}}} | ,'''{{{reqType4}}}''' ''{{{reqName4}}}''  {{#if:{{{reqType5}}} | ,'''{{{reqType5}}}''' ''{{{reqName5}}}''}}  }} }} }} }}</span> {{#if:{{{reqType1}}}|{{#if:{{{optType1}}}|, }} }}<span style="color:green"> {{#if:{{{optType1}}} | '''{{{optType1}}}''' ''{{{optName1}}}''  {{#if:{{{optType2}}} | ,'''{{{optType2}}}''' ''{{{optName2}}}''  {{#if:{{{optType3}}} | ,'''{{{optType3}}}''' ''{{{optName3}}}''  {{#if:{{{optType4}}} | ,'''{{{optType4}}}''' ''{{{optName4}}}''  }} }} }}}} </span>''')'''</font>
|<font size="3"><span style="color:orange">{{{rtnType}}}</span> '''{{{fName}}}('''<span style="color:blue">{{#if:{{{reqType1}}}|'''{{{reqType1}}}''' ''{{{reqName1}}}'' {{#if:{{{reqType2}}} | ,'''{{{reqType2}}}''' ''{{{reqName2}}}'' {{#if:{{{reqType3}}} | ,'''{{{reqType3}}}''' ''{{{reqName3}}}''  {{#if:{{{reqType4}}} | ,'''{{{reqType4}}}''' ''{{{reqName4}}}''  {{#if:{{{reqType5}}} | ,'''{{{reqType5}}}''' ''{{{reqName5}}}''}}  }} }} }} }}</span> {{#if:{{{reqType1}}}|{{#if:{{{optType1}}}|, }} }}<span style="color:green"> {{#if:{{{optType1}}} | '''{{{optType1}}}''' ''{{{optName1}}}''  {{#if:{{{optType2}}} | ,'''{{{optType2}}}''' ''{{{optName2}}}''  {{#if:{{{optType3}}} | ,'''{{{optType3}}}''' ''{{{optName3}}}''  {{#if:{{{optType4}}} | ,'''{{{optType4}}}''' ''{{{optName4}}}''  }} }} }}}} </span>''')'''</font>
|-
|-
|bgcolor="LightBlue"| <font size="3">Valid Input Values:</font>
| bgcolor="#5C7A4A"| <font size="3">Valid Input Values:</font>
|-
|-
| {{{varExamples}}}
| {{{varExamples}}}
|-
|-
|bgcolor="LightBlue"| <font size="3">Return value:</font>
| bgcolor="#5C7A4A"| <font size="3">Return value:</font>
|-
|-
|{{{rtnType}}}
|{{{rtnType}}}
|-
|-
|bgcolor="LightBlue"| <font size="3">Return example:</font>
| bgcolor="#5C7A4A"| <font size="3">Return example:</font>
|-
|-
|{{{rtnExamples}}}
|{{{rtnExamples}}}
|-
|-
|bgcolor="LightBlue"| <font size="3">Usage Examples:</font>
| bgcolor="#5C7A4A"| <font size="3">Usage Examples:</font>
|-
|-
|{{{example}}}
|{{{example}}}
|-
|-
|bgcolor="LightBlue"| <font size="3">Notes:</font>
| bgcolor="#5C7A4A"| <font size="3">Notes:</font>
|-
|-
|{{{notes}}}
|{{{notes}}}
|-
|-
|bgcolor="LightBlue"| <font size="3">Related Functions</font>
| bgcolor="#5C7A4A"| <font size="3">Related Functions</font>
|-
|-
|{{#if:{{{funcs}}}| {{{funcs}}} }}
|{{#if:{{{funcs}}}| {{{funcs}}}  
|}


[[Simulator_Scripting_Engine_Documentation|Scripting Engine]]
[[Simulator_Scripting_Engine_Documentation|Scripting Engine]]
 
<!--
[[Mission_Scripting_Tools_Documentation|MIST Root Page]]
[[Mission_Scripting_Tools_Documentation|MIST Root Page]]


[[Category:MIST]]
[[Category:MIST]]
 
-->
<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude>
<noinclude>[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 07:13, 3 September 2025


{{{fName}}}

Description
{{{desc}}}
Syntax
{{{rtnType}}} {{{fName}}}({{{reqType1}}} {{{reqName1}}} ,{{{reqType2}}} {{{reqName2}}} ,{{{reqType3}}} {{{reqName3}}} ,{{{reqType4}}} {{{reqName4}}} ,{{{reqType5}}} {{{reqName5}}} , {{{optType1}}} {{{optName1}}} ,{{{optType2}}} {{{optName2}}} ,{{{optType3}}} {{{optName3}}} ,{{{optType4}}} {{{optName4}}} )
Valid Input Values:
{{{varExamples}}}
Return value:
{{{rtnType}}}
Return example:
{{{rtnExamples}}}
Usage Examples:
{{{example}}}
Notes:
{{{notes}}}
Related Functions
{{{funcs}}}

Scripting Engine