Jump to content

Template:MissionScripting: Difference between revisions

From CMM Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 35: 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]]

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