Jump to content

Template:MissionScripting

From CMM Wiki
Revision as of 16:23, 31 August 2025 by Gadget (talk | contribs) (Created page with "__NOTOC__ {{#if:{{{fName}}} | =={{{fName}}}== }} {|class="wikitable" width="910" |- |Added with: {{#if:|{{{vNum}}} | {{{vNum}}} }} |- |bgcolor="LightBlue"| <font size="3">Description </font> |- | style="padding-left: 2em" |{{{desc}}} |- |bgcolor="LightBlue"| <font size="3"> Syntax </font> |- |<font size="3"><span style="color:orange">{{{rtnType}}}</span> '''{{{fName}}}('''<span style="color:blue">{{#if:{{{reqType1}}}|'''{{{reqType1}}}''' ''{{{reqName1}}}'' {{#if:{{{req...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


{{{fName}}}

Added with: {{{vNum}}}
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

MIST Root Page