Template:FunctionInfo: Difference between revisions
Appearance
Ozdeadmeat (talk | contribs) No edit summary |
Ozdeadmeat (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[CMM]] | {| class="wikitable" style="width:80%; border:none; margin-top:0;" | ||
|+ style="caption-side:top; text-align:left; padding:0;" | [[CMM]] | |||
|- | |- | ||
! width="15%" | <font size="3">Environment:</font> | ! width="15%" | <font size="3">Environment:</font> | ||
| colspan="2" style="text-align:left;" | '''<font size="3">Mission Scripting</font>''' | |||
|- | |- | ||
| | | colspan="3" style="height:10px; background-color:#5C7A4A; border:none;" | | ||
|- | |- | ||
! width="15%" | <font size="3">Function:</font> | ! width="15%" | <font size="3">Function:</font> | ||
| colspan="2" style="text-align:left;" | '''<font size="4">{{{fName|}}}</font>''' | |||
|- | |- | ||
| | | colspan="3" style="height:10px; background-color:#5C7A4A; border:none;" | | ||
|- | |- | ||
! style="text-align:right; vertical-align:top" | <font size="3">Member Of:</font> | ! 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:#5C7A4A; border:none;" | | ||
|- | |- | ||
! style="text-align:right; vertical-align:top" |<font size="3"> Syntax: | ! style="text-align:right; vertical-align:top;" | <font size="3">Syntax:</font> | ||
| colspan="2" style="text-align:left;" | <font size="3"> | |||
{{#if: {{{syntax|}}} | | |||
{{{syntax}}} | | |||
<span style="color:orange"> {{{envType|}}}</span>.{{{fName|}}} <span style="color:blue">'''(''')'''</span> | |||
}} | |||
</font> | |||
|- | |- | ||
| | | colspan="3" style="height:10px; background-color:#5C7A4A; border:none;" | | ||
|- | |- | ||
! style="text-align:right; vertical-align:top" |<font size="3">Return Value: </font> | ! style="text-align:right; vertical-align:top;" | <font size="3">Return Value:</font> | ||
| colspan="2" style="text-align:left;" | {{{return|}}}{{#if:{{{returnDesc|}}}| — {{{returnDesc}}}}} | |||
|- | |- | ||
| | | colspan="3" style="height:10px; background-color:#5C7A4A; border:none;" | | ||
<!-- Parameters --> | |||
|- | |- | ||
! style="text-align:right; vertical-align:top;" | <font size="3">Parameters:</font> | |||
! Name | |||
! Description | |||
<!-- | <!-- Required params (1..12) --> | ||
{{#if: {{{reqName1|}}} | | |||
|- | |||
| | |||
| '''{{{reqName1}}}''' <span style="color:#888">({{{reqType1|}}})</span> | |||
| {{{desc1|}}} | |||
}} | |||
{{#if: {{{reqName2|}}} | | |||
|- | |||
| | |||
| '''{{{reqName2}}}''' <span style="color:#888">({{{reqType2|}}})</span> | |||
| {{{desc2|}}} | |||
}} | |||
{{#if: {{{reqName3|}}} | | |||
|- | |||
| | |||
| '''{{{reqName3}}}''' <span style="color:#888">({{{reqType3|}}})</span> | |||
| {{{desc3|}}} | |||
}} | |||
{{#if: {{{reqName4|}}} | | |||
|- | |||
| | |||
| '''{{{reqName4}}}''' <span style="color:#888">({{{reqType4|}}})</span> | |||
| {{{desc4|}}} | |||
}} | |||
{{#if: {{{reqName5|}}} | | |||
|- | |||
| | |||
| '''{{{reqName5}}}''' <span style="color:#888">({{{reqType5|}}})</span> | |||
| {{{desc5|}}} | |||
}} | |||
{{#if: {{{reqName6|}}} | | |||
|- | |||
| | |||
| '''{{{reqName6}}}''' <span style="color:#888">({{{reqType6|}}})</span> | |||
| {{{desc6|}}} | |||
}} | |||
{{#if: {{{reqName7|}}} | | |||
|- | |||
| | |||
| '''{{{reqName7}}}''' <span style="color:#888">({{{reqType7|}}})</span> | |||
| {{{desc7|}}} | |||
}} | |||
{{#if: {{{reqName8|}}} | | |||
|- | |||
| | |||
| '''{{{reqName8}}}''' <span style="color:#888">({{{reqType8|}}})</span> | |||
| {{{desc8|}}} | |||
}} | |||
{{#if: {{{reqName9|}}} | | |||
|- | |||
| | |||
| '''{{{reqName9}}}''' <span style="color:#888">({{{reqType9|}}})</span> | |||
| {{{desc9|}}} | |||
}} | |||
{{#if: {{{reqName10|}}} | | |||
|- | |||
| | |||
| '''{{{reqName10}}}''' <span style="color:#888">({{{reqType10|}}})</span> | |||
| {{{desc10|}}} | |||
}} | |||
{{#if: {{{reqName11|}}} | | |||
|- | |||
| | |||
| '''{{{reqName11}}}''' <span style="color:#888">({{{reqType11|}}})</span> | |||
| {{{desc11|}}} | |||
}} | |||
{{#if: {{{reqName12|}}} | | |||
|- | |||
| | |||
| '''{{{reqName12}}}''' <span style="color:#888">({{{reqType12|}}})</span> | |||
| {{{desc12|}}} | |||
}} | |||
<!-- | <!-- Optional params (1..12) --> | ||
{{#if: {{{optName1|}}} | | |||
|- | |||
| | |||
| '''{{{optName1}}}''' <span style="color:#888">({{{optType1|}}})</span> | |||
| {{{desc1|}}} | |||
}} | |||
{{#if: {{{optName2|}}} | | |||
|- | |||
| | |||
| '''{{{optName2}}}''' <span style="color:#888">({{{optType2|}}})</span> | |||
| {{{desc2|}}} | |||
}} | |||
{{#if: {{{optName3|}}} | | |||
|- | |||
| | |||
| '''{{{optName3}}}''' <span style="color:#888">({{{optType3|}}})</span> | |||
| {{{desc3|}}} | |||
}} | |||
{{#if: {{{optName4|}}} | | |||
|- | |||
| | |||
| '''{{{optName4}}}''' <span style="color:#888">({{{optType4|}}})</span> | |||
| {{{desc4|}}} | |||
}} | |||
{{#if: {{{optName5|}}} | | |||
|- | |||
| | |||
| '''{{{optName5}}}''' <span style="color:#888">({{{optType5|}}})</span> | |||
| {{{desc5|}}} | |||
}} | |||
{{#if: {{{optName6|}}} | | |||
|- | |||
| | |||
| '''{{{optName6}}}''' <span style="color:#888">({{{optType6|}}})</span> | |||
| {{{desc6|}}} | |||
}} | |||
{{#if: {{{optName7|}}} | | |||
|- | |||
| | |||
| '''{{{optName7}}}''' <span style="color:#888">({{{optType7|}}})</span> | |||
| {{{desc7|}}} | |||
}} | |||
{{#if: {{{optName8|}}} | | |||
|- | |||
| | |||
| '''{{{optName8}}}''' <span style="color:#888">({{{optType8|}}})</span> | |||
| {{{desc8|}}} | |||
}} | |||
{{#if: {{{optName9|}}} | | |||
|- | |||
| | |||
| '''{{{optName9}}}''' <span style="color:#888">({{{optType9|}}})</span> | |||
| {{{desc9|}}} | |||
}} | |||
{{#if: {{{optName10|}}} | | |||
|- | |- | ||
| | |||
| '''{{{optName10}}}''' <span style="color:#888">({{{optType10|}}})</span> | |||
| {{{desc10|}}} | |||
}} | |||
{{#if: {{{optName11|}}} | | |||
{{#if: | |||
|- | |- | ||
< | | | ||
| '''{{{optName11}}}''' <span style="color:#888">({{{optType11|}}})</span> | |||
| {{{desc11|}}} | |||
}} | |||
{{#if: {{{optName12|}}} | | |||
|- | |- | ||
| | |||
| '''{{{optName12}}}''' <span style="color:#888">({{{optType12|}}})</span> | |||
| {{{desc12|}}} | |||
}} | |||
|- | |- | ||
| | | colspan="3" style="height:10px; background-color:#5C7A4A; border:none;" | | ||
|- | |- | ||
! style="text-align:right; vertical-align:top" |<font size="3">Example:</font> | ! style="text-align:right; vertical-align:top;" | <font size="3">Example:</font> | ||
| colspan="2" style="text-align:left;" | {{{example|}}} | |||
|- | |- | ||
! style="text-align:right; vertical-align:top" |<font size="3"> Example Description: </font> | ! style="text-align:right; vertical-align:top;" | <font size="3">Example Description:</font> | ||
| colspan="2" style="text-align:left;" | {{{exampleDesc|}}} | |||
|- | |- | ||
| | | colspan="3" style="height:10px; background-color:#5C7A4A; border:none;" | | ||
|- | |- | ||
! style="text-align:right; vertical-align:top" |<font size="3">Related Functions: </font> | ! style="text-align:right; vertical-align:top;" | <font size="3">Related Functions:</font> | ||
| colspan="2" style="text-align:left;" | {{{related|}}} | |||
|- | |- | ||
! style="text-align:right; vertical-align:top" |<font size="3">Notes: </font> | ! style="text-align:right; vertical-align:top;" | <font size="3">Notes:</font> | ||
| colspan="2" style="text-align:left;" | {{{notes|}}} | |||
|} | |} | ||
<includeonly>[[Category:LUA|{{{fName}}}]]</includeonly> | |||
<includeonly>[[Category:CMM|{{{fName}}}]]</includeonly> | <includeonly>[[Category:LUA|{{{fName|}}}]]</includeonly> | ||
<includeonly>[[Category:CMM|{{{fName|}}}]]</includeonly> | |||
Revision as of 13:24, 23 September 2025
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | ||
| Member Of: | ||
| Syntax: |
. ()
| |
| Return Value: | ||
| Parameters: | Name | Description
- - - - - - - - - - - - - - - - - - - - - - - - |
| Example: | ||
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||