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) Copy
call SetUnitState(myUnit, UNIT_STATE_MAX_MANA, 105.0)
See: GetUnitState.
GetUnitState
Generated using TypeDoc
Set unit's unit state to a new absolute value.
Example: Set unit's max mana to 105 MP.