User Tools

Site Tools


prpl:setland

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:setland [2016/12/02 23:34] – external edit 127.0.0.1prpl:setland [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]]
  
-=====  SETLAND  =====+=====  SetLand  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+X cell coord, Y cell coord, land height | | [int int int - ] |
  
  
 === Description === === Description ===
 +Sets land height at target cell. Use 0 for void, 1 for level 1 terrain, etc.
  
 === Examples === === Examples ===
-<code> i3 = GetIntFromStack(); //land  +<code prpl> 
- i2 = GetIntFromStack(); //y  +#set land at 0, 0 with terrain height 3 
- i1 = GetIntFromStack(); //x  +0 0 3 SetLand 
- + 
 +#clear land (create voidat 10, 5 
 +10 5 0 SetLand
 </code> </code>
  
prpl/setland.1480721644.txt.gz · Last modified: 2025/02/14 14:56 (external edit)