SC2Mapster Wiki
Advertisement

Unit Function[ | ]

Unit Ability Command State[ | ]

GUI[ | ]

Unit - unit ability command abilityCommand is in state state

Galaxy Code[ | ]

bool UnitCheckAbilCmdState ( unit unit, abilcmd abilityCommand, preset state )

Description[ | ]

Returns true if a unit's ability command is at a certain state.

Parameters[ | ]

  • unit unit
    • Name: Unit
  • abilcmd ability
    • Name: Ability Command
  • preset state
    • Preset: Command State
    • Name: State

Return Type[ | ]

bool

Additional Information[ | ]

Advertisement