Jump to content

Template:MissionScripting: Difference between revisions

From CMM Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:


{|class="wikitable" width="910"
{|class="wikitable" width="910"
|-
|Added with: {{#if:|{{{vNum}}} | {{{vNum}}} }}
|-
|-
| bgcolor="#5C7A4A"| <font size="3">Description </font>
| bgcolor="#5C7A4A"| <font size="3">Description </font>
Line 37: Line 35:
| bgcolor="#5C7A4A"| <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