|
|
| Line 1: |
Line 1: |
| __NOTOC__ | | __NOTOC__ |
| | {| class="wikitable" style="width:80%; border:none; margin-top:0;" |
| | |+ style="caption-side:top; text-align:left; padding:0;" | [[CMM]] |
| | |
| | |- |
| | ! width="15%" style="text-align:right; vertical-align:top;" | <font size="3">Environment:</font> |
| | | colspan="2" style="text-align:left;" | '''<font size="3">Mission Scripting</font>''' |
| | |
| | |- |
| | | colspan="3" style="height:10px; background-color:lightGreen; border:none;" | |
| | |
| | |- |
| | ! width="15%" style="text-align:right; vertical-align:top;" | <font size="3">Function:</font> |
| | | colspan="2" style="text-align:left;" | '''<font size="4">{{{fName|}}}</font>''' |
| | |
| | |- |
| | | colspan="3" style="height:10px; background-color:lightGreen; border:none;" | |
| | |
| | |- |
| | ! style="text-align:right; vertical-align:top;" | <font size="3">Member Of:</font> |
| | | colspan="2" style="text-align:left;" | {{{parentFile|}}} |
| | |
| | |- |
| | | colspan="3" style="height:10px; background-color:lightGreen; border:none;" | |
| | |
| | |- |
| | ! style="text-align:right; vertical-align:top;" | <font size="3">Syntax:</font> |
| | | colspan="2" style="text-align:left;" | <font size="3"> |
| | <span style="color:orange">{{{envType|}}}</span>.{{{fName|}}} |
| | <span style="color:blue">'''('''</span> |
| | <span> |
| | {{#if:{{{reqType1|}}}| '''{{{reqType1}}}''' ''{{{reqName1}}}''}} |
| | {{#if:{{{reqType2|}}}|''', '''{{{reqType2}}}''' ''{{{reqName2}}}''}} |
| | {{#if:{{{reqType3|}}}|''', '''{{{reqType3}}}''' ''{{{reqName3}}}''}} |
| | {{#if:{{{reqType4|}}}|''', '''{{{reqType4}}}''' ''{{{reqName4}}}''}} |
| | {{#if:{{{reqType5|}}}|''', '''{{{reqType5}}}''' ''{{{reqName5}}}''}} |
| | {{#if:{{{reqType6|}}}|''', '''{{{reqType6}}}''' ''{{{reqName6}}}''}} |
| | {{#if:{{{reqType7|}}}|''', '''{{{reqType7}}}''' ''{{{reqName7}}}''}} |
| | {{#if:{{{reqType8|}}}|''', '''{{{reqType8}}}''' ''{{{reqName8}}}''}} |
| | {{#if:{{{reqType9|}}}|''', '''{{{reqType9}}}''' ''{{{reqName9}}}''}} |
| | {{#if:{{{reqType10|}}}|''', '''{{{reqType10}}}''' ''{{{reqName10}}}''}} |
| | {{#if:{{{reqType11|}}}|''', '''{{{reqType11}}}''' ''{{{reqName11}}}''}} |
| | <span style="color:green"> |
| | {{#if:{{{optType1|}}}|''', '''{{{optType1}}}''' ''{{{optName1}}}''}} |
| | {{#if:{{{optType2|}}}|''', '''{{{optType2}}}''' ''{{{optName2}}}''}} |
| | {{#if:{{{optType3|}}}|''', '''{{{optType3}}}''' ''{{{optName3}}}''}} |
| | {{#if:{{{optType4|}}}|''', '''{{{optType4}}}''' ''{{{optName4}}}''}} |
| | {{#if:{{{optType5|}}}|''', '''{{{optType5}}}''' ''{{{optName5}}}''}} |
| | {{#if:{{{optType6|}}}|''', '''{{{optType6}}}''' ''{{{optName6}}}''}} |
| | {{#if:{{{optType7|}}}|''', '''{{{optType7}}}''' ''{{{optName7}}}''}} |
| | {{#if:{{{optType8|}}}|''', '''{{{optType8}}}''' ''{{{optName8}}}''}} |
| | {{#if:{{{optType9|}}}|''', '''{{{optType9}}}''' ''{{{optName9}}}''}} |
| | {{#if:{{{optType10|}}}|''', '''{{{optType10}}}''' ''{{{optName10}}}''}} |
| | {{#if:{{{optType11|}}}|''', '''{{{optType11}}}''' ''{{{optName11}}}''}} |
| | </span> |
| | </span> |
| | <span style="color:blue">''')'''</span> |
| | </font> |
| | |
| | |- |
| | | colspan="3" style="height:10px; background-color:lightGreen; border:none;" | |
| | |
| | |- |
| | ! style="text-align:right; vertical-align:top;" | <font size="3">Return Value:</font> |
| | | colspan="2" style="text-align:left;" | {{{return|}}} |
| | |
| | |- |
| | | colspan="3" style="height:10px; background-color:lightGreen; border:none;" | |
|
| |
|
| {| class="wikitable" style="width:80%; border:none"
| | <!-- Parameters --> |
| |+ style="caption-side:top; text-align:left; padding:0;" | [[CMM]]
| |
| |- | | |- |
| ! width="15%" style="text-align:right; vertical-align:top" | <font size="3">Environment:</font> | | ! style="text-align:right; vertical-align:top;" | <font size="3">Parameters:</font> |
| ! colspan="2" style="text-align:left";" | '''<font size="3">Mission Scripting</font>''' | | ! style="text-align:left;" | <font size="3">Name</font> |
| | ! style="text-align:left;" | <font size="3">Description</font> |
| | |
| | <!-- Required params (1..12) --> |
| | {{#if:{{{reqName1|}}}| |
| |- | | |- |
| |height="10" width="80%" style="border-style:hidden" colspan="3" bgcolor="lightGreen"| | | | |
| |-style="border-style:hidden" | | | '''{{{reqName1}}}''' <span style="color:#888">({{{reqType1|}}})</span> |
| | | {{{desc1|}}} |
| | }} |
| | {{#if:{{{reqName2|}}}| |
| |- | | |- |
| ! width="15%" style="text-align:right; vertical-align:top"| <font size="3">Function:</font>
| | | |
| ! colspan="2" style="text-align:left";" | '''<font size="4">{{{fName}}}</font>'''
| | | '''{{{reqName2}}}''' <span style="color:#888">({{{reqType2|}}})</span> |
| | | {{{desc2|}}} |
| | }} |
| | {{#if:{{{reqName3|}}}| |
| |- | | |- |
| |height="10" width="80%" style="border-style:hidden" colspan="3" bgcolor="lightGreen"| | | | |
| |-style="border-style:hidden" | | | '''{{{reqName3}}}''' <span style="color:#888">({{{reqType3|}}})</span> |
| | | {{{desc3|}}} |
| | }} |
| | {{#if:{{{reqName4|}}}| |
| |- | | |- |
| ! style="text-align:right; vertical-align:top" | <font size="3">Member Of:</font>
| | | |
| ! colspan="2" style="text-align:left";" | {{{parentFile}}}
| | | '''{{{reqName4}}}''' <span style="color:#888">({{{reqType4|}}})</span> |
| | | {{{desc4|}}} |
| | }} |
| | {{#if:{{{reqName5|}}}| |
| |- | | |- |
| |height="10" width="80%" style="border-style:hidden" colspan="3" bgcolor="lightGreen"| | | | |
| |-style="border-style:hidden" | | | '''{{{reqName5}}}''' <span style="color:#888">({{{reqType5|}}})</span> |
| | | {{{desc5|}}} |
| | }} |
| | {{#if:{{{reqName6|}}}| |
| |- | | |- |
| ! style="text-align:right; vertical-align:top" |<font size="3"> Syntax:
| | | |
| ! colspan="2" style="text-align:left" |<font size="3"><span style="color:orange"> {{{envType}}}</span>.{{{fName}}}<font size="3"> '''(''' <span style="color:blue"> {{#if:{{{reqType1|}}}|'''{{{reqType1}}}''' ''{{{reqName1}}}'' }} {{#if:{{{reqType2|}}}|''', {{{reqType2}}}''' ''{{{reqName2}}}'' }} {{#if:{{{reqType3|}}}|''', {{{reqType3}}}''' ''{{{reqName3}}}'' }} {{#if:{{{reqType4|}}}|''', {{{reqType4}}}''' ''{{{reqName4}}}'' }} {{#if:{{{reqType5|}}}|''', {{{reqType5}}}''' ''{{{reqName5}}}'' }} {{#if:{{{reqType6|}}}|''', {{{reqType6}}}''' ''{{{reqName6}}}'' }} {{#if:{{{reqType7|}}}|''',{{{reqType7}}}''' ''{{{reqName7}}}''}} {{#if:{{{reqType8|}}}|''', {{{reqType8}}}''' ''{{{reqName8}}}''}} {{#if:{{{reqType9|}}}|''', {{{reqType9}}}''' ''{{{reqName9}}}'' }} {{#if:{{{reqType10|}}}|''', {{{reqType10}}}''' ''{{{reqName10}}}'' }} {{#if:{{{reqType11|}}}|''', {{{reqType11}}}''' ''{{{reqName11}}}'' }} </span> <span style="color:green"> {{#if:{{{optType1|}}}|'''{{{optType1}}}''' ''{{{optName1}}}'' }} {{#if:{{{optType2|}}}|''', {{{optType2}}}''' ''{{{optName2}}}'' }} {{#if:{{{optType3|}}}|''', {{{optType3}}}''' ''{{{optName3}}}'' }} {{#if:{{{optType4|}}}|''', {{{optType4}}}''' ''{{{optName4}}}'' }} {{#if:{{{optType5|}}}|''', {{{optType5}}}''' ''{{{optName5}}}'' }} {{#if:{{{optType6|}}}|''', {{{optType6}}}''' ''{{{optName6}}}'' }} {{#if:{{{optType7|}}}|''',{{{optType7}}}''' ''{{{optName7}}}''}} {{#if:{{{optType8|}}}|''', {{{optType8}}}''' ''{{{optName8}}}''}} {{#if:{{{optType9|}}}|''', {{{optType9}}}''' ''{{{optName9}}}'' }} {{#if:{{{optType10|}}}|''', {{{optType10}}}''' ''{{{optName10}}}'' }} {{#if:{{{optType11|}}}|''', {{{optType11}}}''' ''{{{optName11}}}'' }} </span> ''')''' </font>
| | | '''{{{reqName6}}}''' <span style="color:#888">({{{reqType6|}}})</span> |
| | | {{{desc6|}}} |
| | }} |
| | {{#if:{{{reqName7|}}}| |
| |- | | |- |
| |height="10" width="80%" style="border-style:hidden" colspan="3" bgcolor="lightGreen"| | | | |
| |-style="border-style:hidden" | | | '''{{{reqName7}}}''' <span style="color:#888">({{{reqType7|}}})</span> |
| | | {{{desc7|}}} |
| | }} |
| | {{#if:{{{reqName8|}}}| |
| |- | | |- |
| ! style="text-align:right; vertical-align:top" |<font size="3">Return Value: </font>
| | | |
| ! colspan="2" style="text-align:left" | {{{return}}}
| | | '''{{{reqName8}}}''' <span style="color:#888">({{{reqType8|}}})</span> |
| | | {{{desc8|}}} |
| | }} |
| | {{#if:{{{reqName9|}}}| |
| |- | | |- |
| |height="10" width="80%" style="border-style:hidden" colspan="3" bgcolor="lightGreen"| | | | |
| |-style="border-style:hidden; text-align:right; vertical-align:top" | | | '''{{{reqName9}}}''' <span style="color:#888">({{{reqType9|}}})</span> |
| | | {{{desc9|}}} |
| | }} |
| | {{#if:{{{reqName10|}}}| |
| |- | | |- |
| <!-- Parameters table --> | | | |
| ! style="text-align:right" |<font size="3">Parameters:</font>
| | | '''{{{reqName10}}}''' <span style="color:#888">({{{reqType10|}}})</span> |
| ! style="text-align:left" | <font size="3">Name</font>
| | | {{{desc10|}}} |
| ! style="text-align:left" | <font size="3">Description</font>
| | }} |
| | {{#if:{{{reqName11|}}}| |
| |- | | |- |
| {{#if: {{{reqName1|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName1|}}}'''</td><td>{{{desc1|}}}</td></tr>}}
| | | |
| {{#if: {{{reqName2|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName2|}}}'''</td><td>{{{desc2|}}}</td></tr>}}
| | | '''{{{reqName11}}}''' <span style="color:#888">({{{reqType11|}}})</span> |
| {{#if: {{{reqName3|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName3|}}}'''</td><td>{{{desc3|}}}</td></tr>}}
| | | {{{desc11|}}} |
| {{#if: {{{reqName4|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName4|}}}'''</td><td>{{{desc4|}}}</td></tr>}}
| | }} |
| {{#if: {{{reqName5|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName5|}}}'''</td><td>{{{desc5|}}}</td></tr>}}
| | {{#if:{{{reqName12|}}}| |
| {{#if: {{{reqName6|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName6|}}}'''</td><td>{{{desc6|}}}</td></tr>}}
| |
| {{#if: {{{reqName7|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName7|}}}'''</td><td>{{{desc7|}}}</td></tr>}} | |
| {{#if: {{{reqName8|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName8|}}}'''</td><td>{{{desc8|}}}</td></tr>}}
| |
| {{#if: {{{reqName9|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName9|}}}'''</td><td>{{{desc9|}}}</td></tr>}}
| |
| {{#if: {{{reqName10|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName10|}}}'''</td><td>{{{desc10|}}}</td></tr>}}
| |
| {{#if: {{{reqName11|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName11|}}}'''</td><td>{{{desc11|}}}</td></tr>}}
| |
| {{#if: {{{reqName12|}}} | <tr><th style="border-style:hidden></th><td>'''{{{reqName12|}}}'''</td><td>{{{desc12|}}}</td></tr>}}
| |
| {{#if: {{{optName1|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName1|}}}'''</td><td>{{{desc1|}}}</td></tr>}}
| |
| {{#if: {{{optName2|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName2|}}}'''</td><td>{{{desc2|}}}</td></tr>}}
| |
| {{#if: {{{optName3|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName3|}}}'''</td><td>{{{desc3|}}}</td></tr>}}
| |
| {{#if: {{{optName4|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName4|}}}'''</td><td>{{{desc4|}}}</td></tr>}}
| |
| {{#if: {{{optName5|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName5|}}}'''</td><td>{{{desc5|}}}</td></tr>}}
| |
| {{#if: {{{optName6|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName6|}}}'''</td><td>{{{desc6|}}}</td></tr>}}
| |
| {{#if: {{{optName7|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName7|}}}'''</td><td>{{{desc7|}}}</td></tr>}}
| |
| {{#if: {{{optName8|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName8|}}}'''</td><td>{{{desc8|}}}</td></tr>}}
| |
| {{#if: {{{optName9|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName9|}}}'''</td><td>{{{desc9|}}}</td></tr>}}
| |
| {{#if: {{{optName10|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName10|}}}'''</td><td>{{{desc10|}}}</td></tr>}}
| |
| {{#if: {{{optName11|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName11|}}}'''</td><td>{{{desc11|}}}</td></tr>}}
| |
| {{#if: {{{optName12|}}} | <tr><th style="border-style:hidden></th><td>'''{{{optName12|}}}'''</td><td>{{{desc12|}}}</td></tr>}}
| |
| <!-- end parameter table -->
| |
| |- | | |- |
| | | |
| | | '''{{{reqName12}}}''' <span style="color:#888">({{{reqType12|}}})</span> |
| | | {{{desc12|}}} |
| | }} |
| | |
| | <!-- Optional params (1..12) --> |
| | {{#if:{{{optName1|}}}| |
| |- | | |- |
| |height="10" width="80%" style="border-style:hidden" colspan="3" bgcolor="lightGreen"| | | | |
| |-style="border-style:hidden" | | | '''{{{optName1}}}''' <span style="color:#888">({{{optType1|}}})</span> |
| | | {{{desc1|}}} |
| | }} |
| | {{#if:{{{optName2|}}}| |
| |- | | |- |
| ! style="text-align:right; vertical-align:top" |<font size="3">Example:</font>
| | | |
| ! colspan="2" style="text-align:left; |<font size="2"> {{{example}}} </font>
| | | '''{{{optName2}}}''' <span style="color:#888">({{{optType2|}}})</span> |
| | | {{{desc2|}}} |
| | }} |
| | {{#if:{{{optName3|}}}| |
| |- | | |- |
| ! style="text-align:right; vertical-align:top" |<font size="3"> Example Description: </font>
| | | |
| ! colspan="2" style="text-align:left;|<font size="2"> {{{exampleDesc}}} </font>
| | | '''{{{optName3}}}''' <span style="color:#888">({{{optType3|}}})</span> |
| | | {{{desc3|}}} |
| | }} |
| | {{#if:{{{optName4|}}}| |
| |- | | |- |
| |height="10" width="80%" style="border-style:hidden" colspan="3" bgcolor="lightGreen"| | | | |
| |-style="border-style:hidden" | | | '''{{{optName4}}}''' <span style="color:#888">({{{optType4|}}})</span> |
| | | {{{desc4|}}} |
| | }} |
| | {{#if:{{{optName5|}}}| |
| |- | | |- |
| ! style="text-align:right; vertical-align:top" |<font size="3">Related Functions: </font>
| | | |
| ! colspan="2" style="text-align:left; |<font size="2"> {{{related}}}
| | | '''{{{optName5}}}''' <span style="color:#888">({{{optType5|}}})</span> |
| | | {{{desc5|}}} |
| | }} |
| | {{#if:{{{optName6|}}}| |
| |- | | |- |
| ! style="text-align:right; vertical-align:top" |<font size="3">Notes: </font>
| | | |
| ! colspan="2" style="text-align:left; | <font size="2"> {{{notes}}} </font>
| | | '''{{{optName6}}}''' <span style= |
| |}
| |
| <includeonly>[[Category:LUA|{{{fName}}}]]</includeonly>
| |
| <includeonly>[[Category:CMM|{{{fName}}}]]</includeonly>
| |