PARAM

From TVPaintWiki
Jump to: navigation, search

<<<George<<<George Language Reference

  PARAM mode

Indicates the type of parameters that the George script expects to receive (center and radius of circle, list of points, etc.). TVPaint uses this information to select the appropriate start mode in the Edit a command menu. This instruction is optional (although it is strongly recommended that it should be used at the beginning of each script). If it is not included, the user must select the right start mode himself when the script is loaded.

The various modes are:

  • None
  • Single
  • Freehand
  • Line
  • Rectangle
  • Circle.

Example :

PARAM Circle