# AICooldownSetupAbil

FlagsNative

# Arguments

  • string — unitType
  • string — abilName
  • int — difficulty
  • bool — enabled
  • fixed — cooldown

Returns — void

native void AICooldownSetupAbil(
	string unitType,
	string abilName,
	int difficulty,
	bool enabled,
	fixed cooldown,
);

Category: Unclassified

# Examples

— None found —