User Tools

Site Tools


prpl:setfieldcell

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
prpl:setfieldcell [2020/09/27 16:45] – revert... my bad Grabzprpl:setfieldcell [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| X, Y, PowerXPowerY | | [ x1 y1 n1 n2 - ] |+| X, Y, VectorUpVectorRight | | [ x1 y1 n1 n2 - ] |
  
  
 === Description === === Description ===
 Assigns a directional field on a specified cell. Only one field can exist on a cell - changing a field again will fully override the previous field. Assigns a directional field on a specified cell. Only one field can exist on a cell - changing a field again will fully override the previous field.
 +
 +VectorUp and VectorRight control the direction of the field. For example, values of:
 +  * 1 1 will create a field that points in the upper right.
 +  * 1 0 will create a field that points up.
 +  * -5 0 will create a stronger field that points down.
  
 === Examples === === Examples ===
-Spawn a field at coordinates 5,5.+Spawn a weak field that points right at coordinates 5,5.
 <code> <code>
 5 5 0.0 1.0 SetFieldCell 5 5 0.0 1.0 SetFieldCell
Line 32: Line 37:
          
     #Multiply the directional vector by power to increase the strength of the field.     #Multiply the directional vector by power to increase the strength of the field.
-    <-DirectionY <-Power mul ->VectorY +    <-DirectionY <-Power mul ->VectorUp 
-    <-DirectionX <-Power mul ->VectorX+    <-DirectionX <-Power mul ->VectorRight
          
     #Spawn the fields in a radius relative to the center of the unit.     #Spawn the fields in a radius relative to the center of the unit.
Line 39: Line 44:
     <-Y <-RadiusY add 1 add <-Y <-RadiusY sub do     <-Y <-RadiusY add 1 add <-Y <-RadiusY sub do
         <-X <-RadiusX add 1 add <-X <-RadiusX sub do         <-X <-RadiusX add 1 add <-X <-RadiusX sub do
-            I J <-VectorY <-VectorX SetFieldCell+            I J <-VectorUp <-VectorRight SetFieldCell
         loop         loop
     loop     loop
prpl/setfieldcell.1601225159.txt.gz · Last modified: 2025/02/14 14:56 (external edit)