crpl:docs:setunitselectableoverride

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Unit Commands

SetUnitSelectableOverride

Arguments Result Notation
Unit UID, bool i1 b1 -

Description

Sets whether or not the unit can be selected by the player.

Examples

#Gets all units around core and freezes these 
CurrentCoords 18 GetUnitsInRange 0 do
	->unit
        <-unit FALSE SetUnitSelectableOverride 
loop
: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
crpl/docs/setunitselectableoverride.1495898665.txt.gz · Last modified: 2025/02/14 14:56 (external edit)