Difference between revisions of "Tv guidelinevisible"

From TVPaintWiki
Jump to: navigation, search
 
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 number < 0 if error
//returns the previous state (0|1) if index is used
+
//returns the previous state (0|1) if "global" or index is used
//returns nothing if several guidelines changed
+
//returns nothing if several guidelines changed
tv_guidelinevisible "all"|"line"|"circle"|"segment"|"grid"|...|index 0|1|"on"|"off"|"true"|"false"|"toggle"
+
tv_guidelinevisible "global"|"all"|"line"|"circle"|"segment"|"grid"|...|index 0|1|"on"|"off"|"true"|"false"|"toggle"
//returns the state of the guideline
+
//returns the global state or the state of the guideline
tv_guidelinevisible index
+
tv_guidelinevisible "global"|index

Latest revision as of 08:57, 3 October 2013

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

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