PARAM

From TVPaintWiki
Revision as of 14:00, 22 December 2009 by KenC (Talk | contribs) (Created page with '{{LangRefCatCrumbs}} 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 t…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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