Jump to content

Template:CMMfunc: Difference between revisions

From CMM Wiki
No edit summary
No edit summary
Line 5: Line 5:
|-style="border-style:hidden;vertical-align:top"
|-style="border-style:hidden;vertical-align:top"
|width="125" style="text-align:right"| <font size="4">Environment: </font>
|width="125" style="text-align:right"| <font size="4">Environment: </font>
|width="550" colspan="2"| '''<font size="4">Mission Scripting</font>'''
|width="600" colspan="2"| '''<font size="4">Mission Scripting</font>'''
|-
|-
|height="10" width="900" style="border-style:hidden" colspan="3" bgcolor="#5C7A4A"|
|height="10" width="900" style="border-style:hidden" colspan="3" bgcolor="#5C7A4A"|
Line 11: Line 11:
|-style="border-style:hidden;vertical-align:top"
|-style="border-style:hidden;vertical-align:top"
|width="125" style="text-align:right"| <font size="4">Function: </font>
|width="125" style="text-align:right"| <font size="4">Function: </font>
|width="550" colspan="2"| '''<font size="4">{{{fName}}}</font>'''
|width="600" colspan="2"| '''<font size="4">{{{fName}}}</font>'''
|-
|-
|height="10" width="900" style="border-style:hidden" colspan="3" bgcolor="#5C7A4A"|
|height="10" width="900" style="border-style:hidden" colspan="3" bgcolor="#5C7A4A"|
Line 32: Line 32:
|-style="vertical-align:top"
|-style="vertical-align:top"
|style="text-align:right" height="50"|  <font size="3">Description: </font>
|style="text-align:right" height="50"|  <font size="3">Description: </font>
|width="550" colspan="2" |{{{desc}}}
|width="600" colspan="2" |{{{desc}}}





Revision as of 08:12, 3 September 2025

CMM

Environment: Mission Scripting
Function: {{{fName}}}
Member Of: {{{par1}}}, {{{par2}}}, {{{par3}}}, {{{par4}}}
Syntax: {{{rtnType}}} {{{par1}}}.{{{fName}}}({{{reqType1}}} {{{reqName1}}} , {{{reqType2}}} {{{reqName2}}} , {{{reqType3}}} {{{reqName3}}} , {{{reqType4}}} {{{reqName4}}} , {{{reqType5}}} {{{reqName5}}} , {{{reqType6}}} {{{reqName6}}} , {{{reqType7}}} {{{reqName7}}} , {{{reqType8}}} {{{reqName8}}} , {{{reqType9}}} {{{reqName9}}} , {{{reqType10}}} {{{reqName10}}} , {{{optType1}}} {{{optName1}}}, {{{optType2}}} {{{optName2}}}, {{{optType3}}} {{{optName3}}}, {{{optType4}}} {{{optName4}}})
Description: {{{desc}}}


Return Value: {{{rtnType}}}
Return Example: {{{rtnExample}}}
Examples: {{{examples}}}
Related Functions: {{{related}}}
Notes: {{{notes}}}