Index

IsBuildUnitSelected

IsBuildUnitSelected ->isBuildUnitSelected

Description

Returns a boolean indicating if the player currently has a unit selected to build.

Examples

   if (IsBuildUnitSelected)
      Print("Player is building a unit")
   endif

Index