User Tools

Site Tools


prpl:growstruc

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:growstruc [2016/12/02 23:34] – external edit 127.0.0.1prpl:growstruc [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]
  
-=====  GROWSTRUC  =====+=====  GrowStruc  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+X Y Enemy int [?] | [ int int bool int [?] ] |
  
  
 === Description === === Description ===
 +Grow the struc at a location. Will grow over any "blueprint"/"redprint" connected. Will do nothing if there is no "blueprint"/"redprint". The colour of the grown Struc is defined by the "Enemy" parameter.
 +
 +If there is no blue/red-print, or it cannot make blueprint/redprint due to all of it being full, pushes 0 into the stack. If there is blueprint/redprint and it can place some of the blue/redprint, it will.
  
 === Examples === === Examples ===
-<code> i3 = GetIntFromStack(); //enemy  +<code> 
- i2 = GetIntFromStack(); //y  + CurrentCoords GrowStruc pop #Grow one bit of struc every frameso 30 times per second, then pop the output.
- i1 = GetIntFromStack(); //x  +
-  +
- stack.Push(new Data(i4)); //for didn't do anything,  +
- //1 for normal struc,  +
- //2 for armor.  +
- //That is whether it is built or destroyed the enemy type +
- +
 </code> </code>
  
prpl/growstruc.1480721644.txt.gz · Last modified: 2025/02/14 14:56 (external edit)