Index

GetCanMoveUnits

GetCanMoveUnits ->canMoveUnits

Description

Returns a boolean indicating if the player can move units

Examples

   if (GetCanMoveUnits)
      Print("The Player can move units")
   endif

Index