Method Player:AddTalent [-] [+]

Adds a talent to the Player for the specified spec and learning status.

Synopsis

success = Player:AddTalent( spellId, spec )

success = Player:AddTalent( spellId, spec, learning )

Arguments

number spellId

ID of the spell for the talent.

Valid numbers: integers from 0 to 4,294,967,295.

number spec

The spec to which the talent applies.

Valid numbers: integers from 0 to 255.

boolean learning (true)

Whether the talent is being learned.

Returns

boolean success

True if the talent was added, false otherwise.

Generated on
© 2010 - 2024 Eluna Lua Engine