prpl:unitisdestroyed

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:unitisdestroyed [2016/12/02 23:33] – external edit 127.0.0.1prpl:unitisdestroyed [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]]
  
-=====  UNITISDESTROYED  =====+=====  UnitIsDestroyed  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+UID destroyed | [ int bool ] |
  
  
 === Description === === Description ===
 +Checks if unit is destroyed. Returns 1 (true) if unit not found.
  
 === Examples === === Examples ===
-<code> i1 = GetIntFromStack(); //UID  +<code> 
- stack.Push(new Data(1));  +#destroy itself if other unit is destroyed 
- stack.Push(new Data(u.dead ? 1 : 0));  +<-otherUID IsDestroyed if 
- +    Self DestroyUnit 
 +endif
 </code> </code>
  
prpl/unitisdestroyed.1480721638.txt.gz · Last modified: 2025/02/14 14:56 (external edit)