User Tools

Site Tools


4rpl:commands:addcreeperwithcapinrange

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
4rpl:commands:addcreeperwithcapinrange [2021/03/13 14:25] virgilw4rpl:commands:addcreeperwithcapinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ====== AddCreeperWithCapInRange ====== ====== AddCreeperWithCapInRange ======
-AddCreeperWithCapInRange{<-cellX <-cellZ <-range <-isSquare <-creeperAmt <-cap)+AddCreeperWithCapInRange(<-cellX <-cellZ <-range <-isSquare <-creeperAmt <-cap)
  
 ===== Description ===== ===== Description =====
Line 10: Line 10:
 The cap is the clipping value for the result. After the creeper is added to the destination location, if it exceeds the cap then the value will be clipped to the cap. The cap is the clipping value for the result. After the creeper is added to the destination location, if it exceeds the cap then the value will be clipped to the cap.
 The cap should be a positive number. For the case of adding AC (a negative creeperAmt), the cap will automatically be negated internally. The cap should be a positive number. For the case of adding AC (a negative creeperAmt), the cap will automatically be negated internally.
-If you specify a negative number for cap, it will be internally converted to a positive number before use. \\ +If you specify a negative number for cap, it will be internally converted to a positive number before use.  
-The range (an integer) specifies the radius of the area to add creeper to. The radius is interpreted as a square, rather than a circile, if 'isSquare' is set to true.+ 
 + 
 +The range (an integer) specifies the radius of the area to add creeper to. The radius is interpreted as a square, rather than a circle, if 'isSquare' is set to true.
  
 ===== Examples ===== ===== Examples =====
 <code 4rpl> <code 4rpl>
-AddCreeeperWithCapInRange(42 23 10 false 1000 1500)+AddCreeperWithCapInRange(42 23 10 false 1000 1500)
  
 </code> </code>
4rpl/commands/addcreeperwithcapinrange.1615645541.txt.gz · Last modified: 2025/02/14 14:56 (external edit)