weAutoTwigDirection
we weAutoTwigDirection cyclic { "both" | "vertical" | "horizontal" }
Description
Specifies the allowed direction of twigs.
-
bothallows the twigs in both vertical and horizontal direction. -
verticalallows the twigs in vertical direction. -
horizontalallows the twigs in horizontal direction.
GUI Equivalent
Examples
envGetVal("we" "weAutoTwigDirection")
envSetVal("we" "weAutoTwigDirection" 'cyclic "vertical")
envSetVal("we" "weAutoTwigDirection" 'cyclic "horizontal")
Related Topics
Connecting Twigs Automatically
Return to top