Returns the group roles for which the player has signed up in the LFG system


See also Looking for group functions.

Signature:

leader, tank, healer, damage = GetLFGRoles()

Returns:

  • leader - True if the player is willing to lead a group; otherwise false (boolean)
  • tank - True if the player is willing to take on the role of protecting allies by drawing enemy attacks; otherwise false (boolean)
  • healer - True if the player is willing to take on the role of healing allies who take damage; otherwise false (boolean)
  • damage - True if the player is willing to take on the role of damaging enemies; otherwise false (boolean)