cone  
| Vars | |
| cone_levels | This controls how many levels the cone has. Increase this value to make a bigger cone. | 
|---|---|
| respect_density | This value determines if the cone penetrates walls. | 
| Procs | |
| calculate_cone_shape | Adjusts the width of the cone at the passed level. This is never called on the first level of the cone (level 1 is always 1 width) | 
Var Details
cone_levels  
This controls how many levels the cone has. Increase this value to make a bigger cone.
respect_density  
This value determines if the cone penetrates walls.
Proc Details
calculate_cone_shape
Adjusts the width of the cone at the passed level. This is never called on the first level of the cone (level 1 is always 1 width)
Return a number - the TOTAL width of the cone at the passed level.