• Set unit's unit state to a new absolute value.

    Example: Set unit's max mana to 105 MP.

    call SetUnitState(myUnit, UNIT_STATE_MAX_MANA, 105.0)
    

    Parameters

    Returns void

    Note

    See: GetUnitState.

Generated using TypeDoc