Jump to content

Template:MissionScripting: Difference between revisions

From CMM Wiki
No edit summary
No edit summary
Line 37: Line 37:
|{{#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>

Revision as of 07:09, 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}}}