User Tools

Site Tools


prpl:getunittype

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:getunittype [2016/12/02 23:33] – external edit 127.0.0.1prpl: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^
-| | | [ - ] |+UID Type | [ int string ] |
  
  
 === Description === === Description ===
 +
 +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(""));  + 
- +<-MapUnits GetListCount 0 do 
 +    <-MapUnits[I] ->Unit 
 +     
 +    "Unit:" <-Unit "is" <-Unit GetUnitType 
 +     
 +    <-Unit GetUnitIsEnemy if 
 +        "(Enemy)" 
 +    else 
 +        "(Ally)
 +    endif 
 +     
 +    Trace5 
 +loop
 </code> </code>
  
prpl/getunittype.1480721634.txt.gz · Last modified: 2025/02/14 14:56 (external edit)