User Tools

Site Tools


crpl:docs:setunitselectableoverride

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
crpl:docs:setunitselectableoverride [2014/10/01 19:02] – external edit 127.0.0.1crpl:docs:setunitselectableoverride [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#unit_commands|Unit Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#unit_commands|Unit Commands]]
 =====  SetUnitSelectableOverride  ===== =====  SetUnitSelectableOverride  =====
  
 ^ Arguments ^ Result ^ Notation ^ ^ Arguments ^ Result ^ Notation ^
-|Unit UID, bool| |%% i1 b1 - %%|+|Unit UID, bool| |'' i1 b1 - ''|
  
 === Description === === Description ===
Line 11: Line 11:
  
 ===Examples=== ===Examples===
 +<code>
 +#Gets all units around core and freezes these 
 +CurrentCoords 18 GetUnitsInRange 0 do
 + ->unit
 +        <-unit FALSE SetUnitSelectableOverride 
 +loop
 +</code> 
 +<code>
 +:awake
 +  #before anything else is done, freeze all units under this one, then destroy oneself
 +  CurrentCoords 0 TRUE GetAllUnitsInRange 0 do
 +    ->unit
 +    <-unit FALSE SetUnitSelectableOverride
 +  loop
 +  Self 0 Destroy
 +</code>
crpl/docs/setunitselectableoverride.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)