User Tools

Site Tools


prpl:destroyunit

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:destroyunit [2016/12/02 23:33] – external edit 127.0.0.1prpl:destroyunit [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]]
  
-=====  DESTROYUNIT  =====+=====  DestroyUnit  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+UID, Mode| | [ UID Mode - ] |
  
  
 === Description === === Description ===
 +Destroys the Unit of the UID it receives, and what to play when destroyed.
 +Modes:
 +       0 - Nothing
 +       1 - Explosion Effect
 +       
 +Note: This terminates script execution immediately if the Core carrying a script destroys itself. No statement after DestroyUnit will execute.
 +
 +Editors note: Testing indicates that this command does not produce a result. This page has been updated to reflect that.
  
 === Examples === === Examples ===
 <code> i2 = GetIntFromStack(); //mode  <code> i2 = GetIntFromStack(); //mode 
  i1 = GetIntFromStack(); //UID   i1 = GetIntFromStack(); //UID 
- + 
 +        Self 0 DestroyUnit //Destroys itself without effects 
 +        Self 1 DestroyUnit //Destroys itself while creating an explosion effect
 </code> </code>
  
prpl/destroyunit.1480721638.txt.gz · Last modified: 2025/02/14 14:56 (external edit)