getTier method

UtilityTier? getTier(
  1. String tierName
)

Gets the UtilityTier object with the specified name.

Parameters:

  • tierName — The name of the desired UtilityTier object to return.

Return Value: An UtilityTier object with the specified name.