Difference between revisions of "Tv guidelinecollapse"

From TVPaintWiki
Jump to: navigation, search
(Created page with '<<<George<<<Command Reference<<<Guidelines')
 
Line 1: Line 1:
 
<<<[[George]]<<<[[George Command Reference|Command Reference]]<<<[[George Commands : Guidelines|Guidelines]]
 
<<<[[George]]<<<[[George Command Reference|Command Reference]]<<<[[George Commands : Guidelines|Guidelines]]
 +
 +
//returns number < 0 if error
 +
//returns the previous state (0|1) if index is used
 +
//returns nothing if several guidelines changed
 +
tv_guidelinecollapse "all"|"line"|"circle"|"segment"|"grid"|...|index 0|1|"on"|"off"|"true"|"false"|"toggle"
 +
//returns the state of the guideline
 +
tv_guidelinecollapse index
 +
 +
//returns number < 0 if error
 +
//returns the previous marge if index is used
 +
//returns nothing if several guidelines changed
 +
tv_guidelinemarge "all"|"line"|"circle"|"segment"|"grid"|...|index new-marge
 +
//returns the marge of the guideline
 +
tv_guidelinecollapse index

Revision as of 14:42, 30 August 2013

<<<George<<<Command Reference<<<Guidelines

//returns number < 0 if error
//returns the previous state (0|1) if index is used
//returns nothing if several guidelines changed
tv_guidelinecollapse "all"|"line"|"circle"|"segment"|"grid"|...|index 0|1|"on"|"off"|"true"|"false"|"toggle"
//returns the state of the guideline
tv_guidelinecollapse index
//returns number < 0 if error
//returns the previous marge if index is used
//returns nothing if several guidelines changed
tv_guidelinemarge "all"|"line"|"circle"|"segment"|"grid"|...|index new-marge
//returns the marge of the guideline
tv_guidelinecollapse index