List of Parameter Types

The Parameter Type - One of the following types may be used:

  • TYPE_INT - Integers values.
  • TYPE_FLOAT - Floating point value.
  • TYPE_POINT3 - Point values.
  • TYPE_RGBA - Colors values - Red, Green, Blue and Alpha.
  • TYPE_BOOL - Boolean values.
  • TYPE_MATRIX3 - A Matrix3 data type value. This type is available in 4.0 and later only.
  • TYPE_MATRIX3_TAB - A table of Matrix3 data type values. is available in 4.0 and later only.

See Also