Difference between revisions of "Tv LayerDisplay"

From TVPaintWiki
Jump to: navigation, search
(Created page with 'Category:Script commands Category:Script commands Layer Category:George tv_LayerDisplay id state Changes the display state of the layer with identifier id. The stat…')
 
Line 3: Line 3:
 
[[Category:George]]
 
[[Category:George]]
  
tv_LayerDisplay id state
+
tv_LayerDisplay LayerID ["LightTable"]["On"|"Off"|0|1]
  
Changes the display state of the layer with identifier id. The state argument may be equal to "ON" or "OFF". It indicates whether the layer is to be displayed ("ON") or masked ("OFF"). This command returns the former state of the layer (ON or OFF), or OFF if an error occurred. Note that this command has no effect on the current layer.
+
Changes the display state of the layer with identifier id. The state argument may be equal to "ON", "OFF" or "LightTable". It indicates whether the layer is to be displayed ("ON") or masked ("OFF"). This command returns the former state of the layer (ON or OFF), or OFF if an error occurred. Note that this command has no effect on the current layer.

Revision as of 10:22, 5 January 2010


tv_LayerDisplay LayerID ["LightTable"]["On"|"Off"|0|1]

Changes the display state of the layer with identifier id. The state argument may be equal to "ON", "OFF" or "LightTable". It indicates whether the layer is to be displayed ("ON") or masked ("OFF"). This command returns the former state of the layer (ON or OFF), or OFF if an error occurred. Note that this command has no effect on the current layer.