CommonFun

CommonFun.GetAttrName

Dataset · 20251127_update

Formula Source

function CommonFun.GetAttrName(attrid)
  if Table_RoleData then
    local attr = Table_RoleData[attrid]
    if attr then
      return attr.VarName
    end
  end
  return ""
end
No formula links

Version History

Loading dependencies...
Loading usage...