# Unit Behavior Damage Modify Limit

Grammar — Damage modify limit for behavior Behavior on unit Unit.
FlagsNative | Function

Returns the damage modify limit for the specified behavior’s damage response for the given unit

# Arguments

  • unit — Unit
  • string [ gamelink::Behavior ] — Behavior

Returns — fixed

native fixed UnitBehaviorDamageModifyLimit(
	unit inUnit,
	string inBehavior,
);

Category: Behavior / Basic

# Examples

— None found —