<FunctionParameterNode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Group » FunctionParameterNode

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
stringDocumentationGets or sets the documentation for the function parameter. For example: "The <StrList> you wish to populate with name strings.".
stringParameterNameGets or sets the name of the function parameter. For example: "p_slNames", which follows the convention p = parameter, s = string, l = list or "parameter that is a string list referring to names".
stringParameterTypeGets or sets a string description of the function parameter type. For example: "bool", "Node", or "MyObject".