# Add Skill Points To Unit Learn Ability

Grammar — Add points point(s) to unit learn ability learnAbility
FlagsNative | Action

Adds point(s) to the specified learn ability on the specified unit.

# Arguments

  • unit — Unit
  • string [ gamelink::Abil ] — Learn Ability
  • int — Points

Returns — void

native void UnitLearnAbilAddPoints(
	unit inUnit,
	string learnAbility,
	int points,
);

Category: Ability / Learn

# Examples

— None found —