User Tools

Site Tools


prpl:getunittype

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:getunittype [2016/12/21 04:34] Oblivionprpl:getunittype [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]]
  
-=====  GETUNITTYPE  =====+=====  GetUnitType  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-Unit UID| String| [ i1 s1 ] |+| UID | Type | [ int string ] |
  
  
 === Description === === Description ===
-Takes a Unit'UID and returns a string of the type of unit it is.+ 
 +Takes a unit UID and returns a string of the type of the corresponding unit. Useful for myriad things where you need only a certain type of unit. See also: [[.:unittypelist|List of unit types]]
  
 === Examples === === Examples ===
-<code> i1 = GetIntFromStack(); // UID  +<code> 
- stack.Push(new Data(unit.gameObject.name));  +CurrentCoords 10000 1 GetAllUnitsInRange ->MapUnits
- stack.Push(new Data("")); +
  
-        <-UnitUID GetUnitType ->UnitType +<-MapUnits GetListCount 0 do 
-                <-UnitType trace +    <-MapUnits[I] ->Unit 
 +     
 +    "Unit:" <-Unit "is" <-Unit GetUnitType 
 +     
 +    <-Unit GetUnitIsEnemy if 
 +        "(Enemy)" 
 +    else 
 +        "(Ally)" 
 +    endif 
 +     
 +    Trace5 
 +loop
 </code> </code>
  
prpl/getunittype.1482294884.txt.gz · Last modified: 2025/02/14 14:56 (external edit)