User Tools

Site Tools


4rpl:commands:addcreeperinrange

Differences

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

Link to this comparison view

Next revision
Previous revision
4rpl:commands:addcreeperinrange [2021/01/08 11:01] – external edit 127.0.0.14rpl:commands:addcreeperinrange [2024/02/19 21:47] (current) – [AddCreeperInRange] Bracket Fix durikkan
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<=[[4rpl:start| Index]] \\ 
 +<=[[4rpl:start#creeper| Creeper]] 
 +<WRAP tabs> 
 +  * [[4rpl:commands:AddCreeperInRange|Add]] 
 +  * [[4rpl:commands:GetCreeperInRange|Get]] 
 +  * [[4rpl:commands:SetCreeperInRange|Set]] 
 +</WRAP>
  
 ====== AddCreeperInRange ====== ====== AddCreeperInRange ======
-AddCreeperInRange{<-cellX <-cellZ <-range <-isSquare <-creeperAmt)+AddCreeperInRange(<-cellX <-cellZ <-range <-isSquare <-creeperAmt)
  
 ===== Description ===== ===== Description =====
-Adds creeper at the specified integer map area.  A value of 0 means no creeper.  A negative value indicates anticreeper.+Adds creeper at the specified integer map area.  A value of 0 means no creeper.  A negative value indicates anticreeper.  The value is per cell, not total creeper added.
 ===== Examples ===== ===== Examples =====
 <code 4rpl> <code 4rpl>
-AddCreeeperInRange(42 23 10 false 5)+# Creates a total of 90 creeper in a 3x3 area 
 +AddCreeperInRange(60 40 1 true 10)
  
 </code> </code>
 <=[[4rpl:start| Index]] <=[[4rpl:start| Index]]
  
4rpl/commands/addcreeperinrange.1610121708.txt.gz · Last modified: 2021/01/08 11:01 by 127.0.0.1