User Tools

Site Tools


prpl:ishqpresent

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:ishqpresent [2016/12/02 23:34] – external edit 127.0.0.1prpl:ishqpresent [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+none True/False | [ - b1 ] |
  
  
 === Description === === Description ===
 +
 +Pushes 1 (true) to the stack if one or more HQs are present on the map. Pushes 0 (false) otherwise.
  
 === Examples === === Examples ===
-<code> stack.Push(new Data(GameSpace.instance.headquartersShips.Count == 0 ? 0 : 1)); +<code prpl>  
 +# Says in the debug window whether one or more HQ's have been found. 
 +if(ishqpresent) 
 +"At least one HQ found." 
 +else 
 +"No HQ's found." 
 +endif 
 +trace 
 +</code> 
 +<code> 
 + 
 +stack.Push(new Data(GameSpace.instance.headquartersShips.Count == 0 ? 0 : 1)); 
    
 </code> </code>
  
prpl/ishqpresent.1480721644.txt.gz · Last modified: 2025/02/14 14:56 (external edit)