mscriptFunction

Top  Previous  Next

  <mscriptFunction name="" basedon>
    <class></class>
    <unitname></unitname>
    <debug></debug>
    <param name=""></param>
  </mscriptFunction>

See more...

Attributes of "mscriptFunction" element

Attribute

MScript

Description

name

-

The name of the MScript function

basedon

-

Defines the base configuration element of the MScript function

 

Nested elements of "mscriptFunction" element

Nested Element

MScript

Description

class

-

Defines the name of the MScript function class that implements org.moremotion.evaluator.MScriptFunction

unitname

ü

This element defines the resource bundle name of the MScript function class. Resource bundles contain multi-lingual resources

debugLevel

ü

MScript function classes can be designed to print the log records about their execution in order to let the users to trace it. This parameter accepts a number value between 1 and 3 as the level of the logging.

param

ü

The parameters defined with param element are evaluated by the MScript function classes.